Html Css Color HEX #B85CCB Medium Orchid

📋 copy color: '#B85CCB'

red 184 ◦ green 92 ◦ blue 203

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

Shades of Medium Orchid #B85CCB

Tints of Medium Orchid #B85CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.38%

R = 38.41%
G = 19.21%
B = 42.38%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B85CCB (or 0xB85CCB) is known color: Medium Orchid. HEX triplet: B8, 5C and CB. RGB value is (184,92,203). Sum of RGB (Red+Green+Blue) = 184+92+203=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #B85CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CCB is #47A334. Grayscale: #838383. Windows color (decimal): -4694837 or 13327544. OLE color: 13327544.

HSL color Cylindrical-coordinate representation of color #B85CCB: hue angle of 289.73º degrees, saturation: 0.52, 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 #B85CCB is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 92 203 -
CMYK 0.09 0.55 0 0.20
HSL 289.73º 0.52% 0.58% -
HSV(B) 289.73º 0.55% 0.8% -
XYZ 34.37 22.16 58.96 -
YUV 132.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 184 92 203 0.09 0.55 0 0.20 289.73 0.52 0.58
Hex B8 5C CB 9 37 0 14 122 34 3A
Octal 270 134 313 11 67 0 24 442 64 72
Binary 10111000 1011100 11001011 1001 110111 0 10100 100100010 110100 111010

Color Harmonies of #B85CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CCB

Black with #B85CCB

Text Example


Text Example

White with #B85CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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