#B470EE

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

Shades of Medium Purple #B470EE

Tints of Medium Purple #B470EE

Color information

#B470EE (or 0xB470EE) is unknown color: approx Medium Purple. HEX triplet: B4, 70 and EE. RGB value is (180,112,238). Sum of RGB (Red+Green+Blue) = 180+112+238=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #B470EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B470EE is #4B8F11. Grayscale: #929292. Windows color (decimal): -4951826 or 15626420. OLE color: 15626420.

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

Color convert

RGB180112238-
CMYK0.240.5300.07
HSL272.38º78.75%68.63%-
HSV(B)272.38º52.94%93.33%-
XYZ40.0527.4684.08-
YUV146.7179.53151.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 112 (44.14% from 255) = 21.13%
BLUE value IS 238 (93.36% from 255) = 44.91%
R=33.96%
G=21.13%
B=44.91%

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
Decimal1801122380.240.5300.07272.3878.7568.63
HexB470EE1835071104f45
Octal264160356306507420117105
Binary1011010011100001110111011000110101011110001000010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B470EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B470EE; }

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

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

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

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

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

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

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

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