#B473FE

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

Shades of Medium Purple #B473FE

Tints of Medium Purple #B473FE

Color information

#B473FE (or 0xB473FE) is unknown color: approx Medium Purple. HEX triplet: B4, 73 and FE. RGB value is (180,115,254). Sum of RGB (Red+Green+Blue) = 180+115+254=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #B473FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B473FE is #4B8C01. Grayscale: #959595. Windows color (decimal): -4951042 or 16675764. OLE color: 16675764.

HSL color Cylindrical-coordinate representation of color #B473FE: hue angle of 268.06º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B473FE is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB180115254-
CMYK0.290.5500.00
HSL268.06º98.58%72.35%-
HSV(B)268.06º54.72%99.61%-
XYZ42.8429.1297.13-
YUV150.28186.53149.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 115 (45.31% from 255) = 20.95%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=32.79%
G=20.95%
B=46.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1801152540.290.5500.00268.0698.5872.35
HexB473FE1D370010c6348
Octal264163376356700414143110
Binary10110100111001111111110111011101110010000110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473FE; }

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

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

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

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

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

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

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

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