Html Css Color HEX #B85ECC Medium Orchid

📋 copy color: '#B85ECC'

red 184 ◦ green 94 ◦ blue 204

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

Shades of Medium Orchid #B85ECC

Tints of Medium Orchid #B85ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.5%

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 38.17%
G = 19.5%
B = 42.32%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B85ECC (or 0xB85ECC) is known color: Medium Orchid. HEX triplet: B8, 5E and CC. RGB value is (184,94,204). Sum of RGB (Red+Green+Blue) = 184+94+204=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #B85ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ECC is #47A133. Grayscale: #858585. Windows color (decimal): -4694324 or 13393592. OLE color: 13393592.

HSL color Cylindrical-coordinate representation of color #B85ECC: hue angle of 289.09º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85ECC is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 94 204 -
CMYK 0.10 0.54 0 0.2
HSL 289.09º 0.52% 0.58% -
HSV(B) 289.09º 0.54% 0.8% -
XYZ 34.67 22.56 59.65 -
YUV 133.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 184 94 204 0.10 0.54 0 0.2 289.09 0.52 0.58
Hex B8 5E CC A 36 0 14 121 34 3A
Octal 270 136 314 12 66 0 24 441 64 72
Binary 10111000 1011110 11001100 1010 110110 0 10100 100100001 110100 111010

Color Harmonies of #B85ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85ECC

Black with #B85ECC

Text Example


Text Example

White with #B85ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85ECC; }

 p { color: rgb(184,94,204); }

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

background-color css

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

 a { background-color: rgb(184,94,204); }

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

border-color css

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

 span { border-color: rgb(184,94,204); }

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