Html Css Color HEX #B85BCC Medium Orchid

📋 copy color: '#B85BCC'

red 184 ◦ green 91 ◦ blue 204

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

Shades of Medium Orchid #B85BCC

Tints of Medium Orchid #B85BCC

RGB

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

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

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

R = 38.41%
G = 19%
B = 42.59%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B85BCC (or 0xB85BCC) is known color: Medium Orchid. HEX triplet: B8, 5B and CC. RGB value is (184,91,204). Sum of RGB (Red+Green+Blue) = 184+91+204=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #B85BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BCC is #47A433. Grayscale: #838383. Windows color (decimal): -4695092 or 13392824. OLE color: 13392824.

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

Color convert

RGB 184 91 204 -
CMYK 0.10 0.55 0 0.2
HSL 289.38º 0.53% 0.58% -
HSV(B) 289.38º 0.55% 0.8% -
XYZ 34.41 22.03 59.57 -
YUV 131.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 184 91 204 0.10 0.55 0 0.2 289.38 0.53 0.58
Hex B8 5B CC A 37 0 14 121 35 3A
Octal 270 133 314 12 67 0 24 441 65 72
Binary 10111000 1011011 11001100 1010 110111 0 10100 100100001 110101 111010

Color Harmonies of #B85BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BCC

Black with #B85BCC

Text Example


Text Example

White with #B85BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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