#B956D1

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

Shades of Medium Orchid #B956D1

Tints of Medium Orchid #B956D1

Color information

#B956D1 (or 0xB956D1) is unknown color: approx Medium Orchid. HEX triplet: B9, 56 and D1. RGB value is (185,86,209). Sum of RGB (Red+Green+Blue) = 185+86+209=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #B956D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B956D1 is #46A92E. Grayscale: #818181. Windows color (decimal): -4630831 or 13719225. OLE color: 13719225.

HSL color Cylindrical-coordinate representation of color #B956D1: hue angle of 288.29º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B956D1 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18586209-
CMYK0.110.5900.18
HSL288.29º57.21%57.84%-
HSV(B)288.29º58.85%81.96%-
XYZ34.8421.5762.65-
YUV129.62172.8167.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 86 (33.98% from 255) = 17.92%
BLUE value IS 209 (82.03% from 255) = 43.54%
R=38.54%
G=17.92%
B=43.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185862090.110.5900.18288.2957.2157.84
HexB956D1B3B012120393a
Octal27112632113730224407172
Binary101110011010110110100011011111011010010100100000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B956D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B956D1; }

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

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

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

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

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

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

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

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