Html Css Color HEX #B85BE5 Medium Orchid

📋 copy color: '#B85BE5'

red 184 ◦ green 91 ◦ blue 229

#B85BE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B85BE5

Tints of Medium Orchid #B85BE5

RGB

 RED value IS 184 (72.27% from 255) = 36.51%

 GREEN value IS 91 (35.94% from 255) = 18.06%

 BLUE value IS 229 (89.84% from 255) = 45.44%

R = 36.51%
G = 18.06%
B = 45.44%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B85BE5 (or 0xB85BE5) is known color: Medium Orchid. HEX triplet: B8, 5B and E5. RGB value is (184,91,229). Sum of RGB (Red+Green+Blue) = 184+91+229=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #B85BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BE5 is #47A41A. Grayscale: #868686. Windows color (decimal): -4695067 or 15031224. OLE color: 15031224.

HSL color Cylindrical-coordinate representation of color #B85BE5: hue angle of 280.43º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85BE5 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 91 229 -
CMYK 0.20 0.60 0 0.10
HSL 280.43º 0.73% 0.63% -
HSV(B) 280.43º 0.6% 0.9% -
XYZ 37.65 23.33 76.65 -
YUV 134.54 181.31 163.28 -
System Red Green Blue C M Y K H S L
Decimal 184 91 229 0.20 0.60 0 0.10 280.43 0.73 0.63
Hex B8 5B E5 14 3C 0 A 118 49 3F
Octal 270 133 345 24 74 0 12 430 111 77
Binary 10111000 1011011 11100101 10100 111100 0 1010 100011000 1001001 111111

Color Harmonies of #B85BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BE5

Black with #B85BE5

Text Example


Text Example

White with #B85BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BE5; }

 p { color: rgb(184,91,229); }

 H1.HeaderClassName
 {
   color: #B85BE5;
 }
 .AnyTagClassName
 {
   color: #B85BE5;
 }
</style>

background-color css

<style>
 a { background-color: #B85BE5; }

 a { background-color: rgb(184,91,229); }

 div.DivClassName
 {
   background-color: #B85BE5;
 }
 .BgClassName
 {
   background-color: #B85BE5;
 }
</style>

border-color css

<style>
 span { border-color: #B85BE5; }

 span { border-color: rgb(184,91,229); }

 td.TdClassName
 {
   border-color: #B85BE5;
 }
 .TagClassName
 {
   border-color: #B85BE5;
 }
</style>