#B972DB

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

Shades of Medium Orchid #B972DB

Tints of Medium Orchid #B972DB

Color information

#B972DB (or 0xB972DB) is unknown color: approx Medium Orchid. HEX triplet: B9, 72 and DB. RGB value is (185,114,219). Sum of RGB (Red+Green+Blue) = 185+114+219=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #B972DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972DB is #468D24. Grayscale: #929292. Windows color (decimal): -4623653 or 14381753. OLE color: 14381753.

HSL color Cylindrical-coordinate representation of color #B972DB: hue angle of 280.57º degrees, saturation: 0.59, 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 #B972DB is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185114219-
CMYK0.160.4800.14
HSL280.57º59.32%65.29%-
HSV(B)280.57º47.95%85.88%-
XYZ38.8127.4670.27-
YUV147.2168.52154.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 114 (44.92% from 255) = 22.01%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=35.71%
G=22.01%
B=42.28%

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
Decimal1851142190.160.4800.14280.5759.3265.29
HexB972DB10300E1193b41
Octal271162333206001643173101
Binary1011100111100101101101110000110000011101000110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972DB; }

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

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

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

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

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

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

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

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