#B836CB

Color #B836CB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B836CB

Tints of Medium Orchid #B836CB

Color information

#B836CB (or 0xB836CB) is unknown color: approx Medium Orchid. HEX triplet: B8, 36 and CB. RGB value is (184,54,203). Sum of RGB (Red+Green+Blue) = 184+54+203=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #B836CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836CB is #47C934. Grayscale: #6D6D6D. Windows color (decimal): -4704565 or 13317816. OLE color: 13317816.

HSL color Cylindrical-coordinate representation of color #B836CB: hue angle of 292.35º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B836CB is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18454203-
CMYK0.090.7300.20
HSL292.35º58.89%50.39%-
HSV(B)292.35º73.4%79.61%-
XYZ31.8717.1458.13-
YUV109.86180.57180.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 54 (21.48% from 255) = 12.24%
BLUE value IS 203 (79.69% from 255) = 46.03%
R=41.72%
G=12.24%
B=46.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184542030.090.7300.20292.3558.8950.39
HexB836CB9490141243b32
Octal27066313111110244447362
Binary101110001101101100101110011001001010100100100100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B836CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B836CB; }

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

 H1.HeaderClassName
 {
   color: #B836CB;
 }
 .AnyTagClassName
 {
   color: #B836CB;
 }
</style>
background-color css

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

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

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

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

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

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