#B479FB

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

Shades of Medium Purple #B479FB

Tints of Medium Purple #B479FB

Color information

#B479FB (or 0xB479FB) is unknown color: approx Medium Purple. HEX triplet: B4, 79 and FB. RGB value is (180,121,251). Sum of RGB (Red+Green+Blue) = 180+121+251=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #B479FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B479FB is #4B8604. Grayscale: #999999. Windows color (decimal): -4949509 or 16480692. OLE color: 16480692.

HSL color Cylindrical-coordinate representation of color #B479FB: hue angle of 267.23º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B479FB is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180121251-
CMYK0.280.5200.02
HSL267.23º94.2%72.94%-
HSV(B)267.23º51.79%98.43%-
XYZ43.0730.3494.85-
YUV153.46183.05146.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.61%
GREEN value IS 121 (47.66% from 255) = 21.92%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=32.61%
G=21.92%
B=45.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801212510.280.5200.02267.2394.272.94
HexB479FB1C340210b5e49
Octal264171373346402413136111
Binary101101001111001111110111110011010001010000101110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479FB; }

 p { color: rgb(180,121,251); }

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

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

 a { background-color: rgb(180,121,251); }

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

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

 span { border-color: rgb(180,121,251); }

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