Html Css Color HEX #B85BCB Medium Orchid

📋 copy color: '#B85BCB'

red 184 ◦ green 91 ◦ blue 203

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

Shades of Medium Orchid #B85BCB

Tints of Medium Orchid #B85BCB

RGB

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

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

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

R = 38.49%
G = 19.04%
B = 42.47%

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

#B85BCB (or 0xB85BCB) is known color: Medium Orchid. HEX triplet: B8, 5B and CB. RGB value is (184,91,203). Sum of RGB (Red+Green+Blue) = 184+91+203=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #B85BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BCB is #47A434. Grayscale: #838383. Windows color (decimal): -4695093 or 13327288. OLE color: 13327288.

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

Color convert

RGB 184 91 203 -
CMYK 0.09 0.55 0 0.20
HSL 289.82º 0.52% 0.58% -
HSV(B) 289.82º 0.55% 0.8% -
XYZ 34.29 21.98 58.94 -
YUV 131.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 184 91 203 0.09 0.55 0 0.20 289.82 0.52 0.58
Hex B8 5B CB 9 37 0 14 122 34 3A
Octal 270 133 313 11 67 0 24 442 64 72
Binary 10111000 1011011 11001011 1001 110111 0 10100 100100010 110100 111010

Color Harmonies of #B85BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BCB

Black with #B85BCB

Text Example


Text Example

White with #B85BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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