#B473EE

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

Shades of Medium Purple #B473EE

Tints of Medium Purple #B473EE

Color information

#B473EE (or 0xB473EE) is unknown color: approx Medium Purple. HEX triplet: B4, 73 and EE. RGB value is (180,115,238). Sum of RGB (Red+Green+Blue) = 180+115+238=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #B473EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B473EE is #4B8C11. Grayscale: #949494. Windows color (decimal): -4951058 or 15627188. OLE color: 15627188.

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

Color convert

RGB180115238-
CMYK0.240.5200.07
HSL271.71º78.34%69.22%-
HSV(B)271.71º51.68%93.33%-
XYZ40.3928.1484.19-
YUV148.46178.53150.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 115 (45.31% from 255) = 21.58%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=33.77%
G=21.58%
B=44.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801152380.240.5200.07271.7178.3469.22
HexB473EE1834071104e45
Octal264163356306407420116105
Binary1011010011100111110111011000110100011110001000010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473EE; }

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

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

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

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

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

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

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

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