#B471DC

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

Shades of Medium Orchid #B471DC

Tints of Medium Orchid #B471DC

Color information

#B471DC (or 0xB471DC) is unknown color: approx Medium Orchid. HEX triplet: B4, 71 and DC. RGB value is (180,113,220). Sum of RGB (Red+Green+Blue) = 180+113+220=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #B471DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471DC is #4B8E23. Grayscale: #909090. Windows color (decimal): -4951588 or 14447028. OLE color: 14447028.

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

Color convert

RGB180113220-
CMYK0.180.4900.14
HSL277.57º60.45%65.29%-
HSV(B)277.57º48.64%86.27%-
XYZ37.6526.6870.88-
YUV145.23170.2152.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 113 (44.53% from 255) = 22.03%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=35.09%
G=22.03%
B=42.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801132200.180.4900.14277.5760.4565.29
HexB471DC12310E1163c41
Octal264161334226101642674101
Binary1011010011100011101110010010110001011101000101101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B471DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B471DC; }

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

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

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

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

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

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

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

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