#B332FB

Color #B332FB Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #B332FB

Tints of Blue Violet #B332FB

Color information

#B332FB (or 0xB332FB) is unknown color: approx Blue Violet. HEX triplet: B3, 32 and FB. RGB value is (179,50,251). Sum of RGB (Red+Green+Blue) = 179+50+251=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #B332FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B332FB is #4CCD04. Grayscale: #6E6E6E. Windows color (decimal): -5033221 or 16462515. OLE color: 16462515.

HSL color Cylindrical-coordinate representation of color #B332FB: hue angle of 278.51º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B332FB is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17950251-
CMYK0.290.8000.02
HSL278.51º96.17%59.02%-
HSV(B)278.51º80.08%98.43%-
XYZ37.1418.8392.94-
YUV111.48206.74176.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 50 (19.92% from 255) = 10.42%
BLUE value IS 251 (98.44% from 255) = 52.29%
R=37.29%
G=10.42%
B=52.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal179502510.290.8000.02278.5196.1759.02
HexB332FB1D5002117603b
Octal26362373351200242714073
Binary10110011110010111110111110110100000101000101111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B332FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B332FB; }

 p { color: rgb(179,50,251); }

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

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

 a { background-color: rgb(179,50,251); }

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

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

 span { border-color: rgb(179,50,251); }

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