#B862CB

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

Shades of Medium Orchid #B862CB

Tints of Medium Orchid #B862CB

Color information

#B862CB (or 0xB862CB) is unknown color: approx Medium Orchid. HEX triplet: B8, 62 and CB. RGB value is (184,98,203). Sum of RGB (Red+Green+Blue) = 184+98+203=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #B862CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B862CB is #479D34. Grayscale: #878787. Windows color (decimal): -4693301 or 13329080. OLE color: 13329080.

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

Color convert

RGB18498203-
CMYK0.090.5200.20
HSL289.14º50.24%59.02%-
HSV(B)289.14º51.72%79.61%-
XYZ34.9123.2459.15-
YUV135.68165.99162.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 98 (38.67% from 255) = 20.21%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=37.94%
G=20.21%
B=41.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184982030.090.5200.20289.1450.2459.02
HexB862CB934014121323b
Octal27014231311640244416273
Binary101110001100010110010111001110100010100100100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B862CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B862CB; }

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

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

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

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

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

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

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

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