#B971D1

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

Shades of Medium Orchid #B971D1

Tints of Medium Orchid #B971D1

Color information

#B971D1 (or 0xB971D1) is unknown color: approx Medium Orchid. HEX triplet: B9, 71 and D1. RGB value is (185,113,209). Sum of RGB (Red+Green+Blue) = 185+113+209=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #B971D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971D1 is #468E2E. Grayscale: #919191. Windows color (decimal): -4623919 or 13726137. OLE color: 13726137.

HSL color Cylindrical-coordinate representation of color #B971D1: hue angle of 285º 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 #B971D1 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185113209-
CMYK0.110.4600.18
HSL285º51.06%63.14%-
HSV(B)285º45.93%81.96%-
XYZ37.4226.7363.51-
YUV145.47163.85156.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 209 (82.03% from 255) = 41.22%
R=36.49%
G=22.29%
B=41.22%

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
Decimal1851132090.110.4600.1828551.0663.14
HexB971D1B2E01211d333f
Octal27116132113560224356377
Binary101110011110001110100011011101110010010100011101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971D1; }

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

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

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

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

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

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

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

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