#B470ED

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

Shades of Medium Purple #B470ED

Tints of Medium Purple #B470ED

Color information

#B470ED (or 0xB470ED) is unknown color: approx Medium Purple. HEX triplet: B4, 70 and ED. RGB value is (180,112,237). Sum of RGB (Red+Green+Blue) = 180+112+237=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #B470ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B470ED is #4B8F12. Grayscale: #929292. Windows color (decimal): -4951827 or 15560884. OLE color: 15560884.

HSL color Cylindrical-coordinate representation of color #B470ED: hue angle of 272.64º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B470ED is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180112237-
CMYK0.240.5300.07
HSL272.64º77.64%68.43%-
HSV(B)272.64º52.74%92.94%-
XYZ39.927.4183.31-
YUV146.58179.03151.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 112 (44.14% from 255) = 21.17%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=34.03%
G=21.17%
B=44.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801122370.240.5300.07272.6477.6468.43
HexB470ED1835071114e44
Octal264160355306507421116104
Binary1011010011100001110110111000110101011110001000110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B470ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B470ED; }

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

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

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

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

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

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

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

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