#B956C9

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

Shades of Medium Orchid #B956C9

Tints of Medium Orchid #B956C9

Color information

#B956C9 (or 0xB956C9) is unknown color: approx Medium Orchid. HEX triplet: B9, 56 and C9. RGB value is (185,86,201). Sum of RGB (Red+Green+Blue) = 185+86+201=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #B956C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B956C9 is #46A936. Grayscale: #808080. Windows color (decimal): -4630839 or 13194937. OLE color: 13194937.

HSL color Cylindrical-coordinate representation of color #B956C9: hue angle of 291.65º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B956C9 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18586201-
CMYK0.080.5700.21
HSL291.65º51.57%56.27%-
HSV(B)291.65º57.21%78.82%-
XYZ33.8821.1957.56-
YUV128.71168.8168.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 86 (33.98% from 255) = 18.22%
BLUE value IS 201 (78.91% from 255) = 42.58%
R=39.19%
G=18.22%
B=42.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185862010.080.5700.21291.6551.5756.27
HexB956C98390151243438
Octal27112631110710254446470
Binary101110011010110110010011000111001010101100100100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B956C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B956C9; }

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

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

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

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

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

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

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

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