Html Css Color HEX #B85CCE Medium Orchid

📋 copy color: '#B85CCE'

red 184 ◦ green 92 ◦ blue 206

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

Shades of Medium Orchid #B85CCE

Tints of Medium Orchid #B85CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.09%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 38.17%
G = 19.09%
B = 42.74%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B85CCE (or 0xB85CCE) is known color: Medium Orchid. HEX triplet: B8, 5C and CE. RGB value is (184,92,206). Sum of RGB (Red+Green+Blue) = 184+92+206=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #B85CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CCE is #47A331. Grayscale: #848484. Windows color (decimal): -4694834 or 13524152. OLE color: 13524152.

HSL color Cylindrical-coordinate representation of color #B85CCE: hue angle of 288.42º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85CCE is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 92 206 -
CMYK 0.11 0.55 0 0.19
HSL 288.42º 0.54% 0.58% -
HSV(B) 288.42º 0.55% 0.81% -
XYZ 34.73 22.3 60.87 -
YUV 132.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 184 92 206 0.11 0.55 0 0.19 288.42 0.54 0.58
Hex B8 5C CE B 37 0 13 120 36 3A
Octal 270 134 316 13 67 0 23 440 66 72
Binary 10111000 1011100 11001110 1011 110111 0 10011 100100000 110110 111010

Color Harmonies of #B85CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CCE

Black with #B85CCE

Text Example


Text Example

White with #B85CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CCE; }

 p { color: rgb(184,92,206); }

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

background-color css

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

 a { background-color: rgb(184,92,206); }

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

border-color css

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

 span { border-color: rgb(184,92,206); }

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