#B470DC

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

Shades of Medium Orchid #B470DC

Tints of Medium Orchid #B470DC

Color information

#B470DC (or 0xB470DC) is unknown color: approx Medium Orchid. HEX triplet: B4, 70 and DC. RGB value is (180,112,220). Sum of RGB (Red+Green+Blue) = 180+112+220=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #B470DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470DC is #4B8F23. Grayscale: #909090. Windows color (decimal): -4951844 or 14446772. OLE color: 14446772.

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

Color convert

RGB180112220-
CMYK0.180.4900.14
HSL277.78º60.67%65.1%-
HSV(B)277.78º49.09%86.27%-
XYZ37.5326.4670.84-
YUV144.64170.53153.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=35.16%
G=21.88%
B=42.97%

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
Decimal1801122200.180.4900.14277.7860.6765.1
HexB470DC12310E1163d41
Octal264160334226101642675101
Binary1011010011100001101110010010110001011101000101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B470DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B470DC; }

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

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

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

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

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

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

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

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