#B972DC

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

Shades of Medium Orchid #B972DC

Tints of Medium Orchid #B972DC

Color information

#B972DC (or 0xB972DC) is unknown color: approx Medium Orchid. HEX triplet: B9, 72 and DC. RGB value is (185,114,220). Sum of RGB (Red+Green+Blue) = 185+114+220=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #B972DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972DC is #468D23. Grayscale: #929292. Windows color (decimal): -4623652 or 14447289. OLE color: 14447289.

HSL color Cylindrical-coordinate representation of color #B972DC: hue angle of 280.19º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B972DC is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185114220-
CMYK0.160.4800.14
HSL280.19º60.23%65.49%-
HSV(B)280.19º48.18%86.27%-
XYZ38.9427.5270.97-
YUV147.31169.02154.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 114 (44.92% from 255) = 21.97%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=35.65%
G=21.97%
B=42.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851142200.160.4800.14280.1960.2365.49
HexB972DC10300E1183c41
Octal271162334206001643074101
Binary1011100111100101101110010000110000011101000110001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972DC; }

 p { color: rgb(185,114,220); }

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

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

 a { background-color: rgb(185,114,220); }

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

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

 span { border-color: rgb(185,114,220); }

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