#B956CB

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

Shades of Medium Orchid #B956CB

Tints of Medium Orchid #B956CB

Color information

#B956CB (or 0xB956CB) is unknown color: approx Medium Orchid. HEX triplet: B9, 56 and CB. RGB value is (185,86,203). Sum of RGB (Red+Green+Blue) = 185+86+203=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #B956CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B956CB is #46A934. Grayscale: #808080. Windows color (decimal): -4630837 or 13326009. OLE color: 13326009.

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

Color convert

RGB18586203-
CMYK0.090.5800.20
HSL290.77º52.94%56.67%-
HSV(B)290.77º57.64%79.61%-
XYZ34.1121.2858.81-
YUV128.94169.8167.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 86 (33.98% from 255) = 18.14%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=39.03%
G=18.14%
B=42.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185862030.090.5800.20290.7752.9456.67
HexB956CB93A0141233539
Octal27112631311720244436571
Binary101110011010110110010111001111010010100100100011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B956CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B956CB; }

 p { color: rgb(185,86,203); }

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

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

 a { background-color: rgb(185,86,203); }

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

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

 span { border-color: rgb(185,86,203); }

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