#B971DC

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

Shades of Medium Orchid #B971DC

Tints of Medium Orchid #B971DC

Color information

#B971DC (or 0xB971DC) is unknown color: approx Medium Orchid. HEX triplet: B9, 71 and DC. RGB value is (185,113,220). Sum of RGB (Red+Green+Blue) = 185+113+220=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #B971DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971DC is #468E23. Grayscale: #929292. Windows color (decimal): -4623908 or 14447033. OLE color: 14447033.

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

Color convert

RGB185113220-
CMYK0.160.4900.14
HSL280.37º60.45%65.29%-
HSV(B)280.37º48.64%86.27%-
XYZ38.8327.2970.93-
YUV146.73169.35155.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 113 (44.53% from 255) = 21.81%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=35.71%
G=21.81%
B=42.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851132200.160.4900.14280.3760.4565.29
HexB971DC10310E1183c41
Octal271161334206101643074101
Binary1011100111100011101110010000110001011101000110001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971DC; }

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

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

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

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

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

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

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

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