#B970D0

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

Shades of Medium Orchid #B970D0

Tints of Medium Orchid #B970D0

Color information

#B970D0 (or 0xB970D0) is unknown color: approx Medium Orchid. HEX triplet: B9, 70 and D0. RGB value is (185,112,208). Sum of RGB (Red+Green+Blue) = 185+112+208=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #B970D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970D0 is #468F2F. Grayscale: #909090. Windows color (decimal): -4624176 or 13660345. OLE color: 13660345.

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

Color convert

RGB185112208-
CMYK0.110.4600.18
HSL285.62º50.53%62.75%-
HSV(B)285.62º46.15%81.57%-
XYZ37.1926.4662.82-
YUV144.77163.68156.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 112 (44.14% from 255) = 22.18%
BLUE value IS 208 (81.64% from 255) = 41.19%
R=36.63%
G=22.18%
B=41.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851122080.110.4600.18285.6250.5362.75
HexB970D0B2E01211e333f
Octal27116032013560224366377
Binary101110011110000110100001011101110010010100011110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B970D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B970D0; }

 p { color: rgb(185,112,208); }

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

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

 a { background-color: rgb(185,112,208); }

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

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

 span { border-color: rgb(185,112,208); }

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