#B972DD

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

Shades of Medium Orchid #B972DD

Tints of Medium Orchid #B972DD

Color information

#B972DD (or 0xB972DD) is unknown color: approx Medium Orchid. HEX triplet: B9, 72 and DD. RGB value is (185,114,221). Sum of RGB (Red+Green+Blue) = 185+114+221=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #B972DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972DD is #468D22. Grayscale: #939393. Windows color (decimal): -4623651 or 14512825. OLE color: 14512825.

HSL color Cylindrical-coordinate representation of color #B972DD: hue angle of 279.81º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B972DD is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185114221-
CMYK0.160.4800.13
HSL279.81º61.14%65.69%-
HSV(B)279.81º48.42%86.67%-
XYZ39.0827.5771.67-
YUV147.43169.52154.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 114 (44.92% from 255) = 21.92%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=35.58%
G=21.92%
B=42.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851142210.160.4800.13279.8161.1465.69
HexB972DD10300D1183d42
Octal271162335206001543075102
Binary1011100111100101101110110000110000011011000110001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972DD; }

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

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

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

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

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

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

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

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