#B470D1

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

Shades of Medium Orchid #B470D1

Tints of Medium Orchid #B470D1

Color information

#B470D1 (or 0xB470D1) is unknown color: approx Medium Orchid. HEX triplet: B4, 70 and D1. RGB value is (180,112,209). Sum of RGB (Red+Green+Blue) = 180+112+209=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #B470D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470D1 is #4B8F2E. Grayscale: #8F8F8F. Windows color (decimal): -4951855 or 13725876. OLE color: 13725876.

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

Color convert

RGB180112209-
CMYK0.140.4600.18
HSL282.06º51.32%62.94%-
HSV(B)282.06º46.41%81.96%-
XYZ36.1325.963.42-
YUV143.39165.03154.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 112 (44.14% from 255) = 22.36%
BLUE value IS 209 (82.03% from 255) = 41.72%
R=35.93%
G=22.36%
B=41.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801122090.140.4600.18282.0651.3262.94
HexB470D1E2E01211a333f
Octal26416032116560224326377
Binary101101001110000110100011110101110010010100011010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B470D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B470D1; }

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

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

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

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

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

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

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

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