#B470DB

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

Shades of Medium Orchid #B470DB

Tints of Medium Orchid #B470DB

Color information

#B470DB (or 0xB470DB) is unknown color: approx Medium Orchid. HEX triplet: B4, 70 and DB. RGB value is (180,112,219). Sum of RGB (Red+Green+Blue) = 180+112+219=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #B470DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470DB is #4B8F24. Grayscale: #909090. Windows color (decimal): -4951845 or 14381236. OLE color: 14381236.

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

Color convert

RGB180112219-
CMYK0.180.4900.14
HSL278.13º59.78%64.9%-
HSV(B)278.13º48.86%85.88%-
XYZ37.426.4170.14-
YUV144.53170.03153.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 112 (44.14% from 255) = 21.92%
BLUE value IS 219 (85.94% from 255) = 42.86%
R=35.23%
G=21.92%
B=42.86%

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
Decimal1801122190.180.4900.14278.1359.7864.9
HexB470DB12310E1163c41
Octal264160333226101642674101
Binary1011010011100001101101110010110001011101000101101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B470DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B470DB; }

 p { color: rgb(180,112,219); }

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

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

 a { background-color: rgb(180,112,219); }

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

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

 span { border-color: rgb(180,112,219); }

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