#B032F5

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

Shades of Blue Violet #B032F5

Tints of Blue Violet #B032F5

Color information

#B032F5 (or 0xB032F5) is unknown color: approx Blue Violet. HEX triplet: B0, 32 and F5. RGB value is (176,50,245). Sum of RGB (Red+Green+Blue) = 176+50+245=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #B032F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B032F5 is #4FCD0A. Grayscale: #6D6D6D. Windows color (decimal): -5229835 or 16069296. OLE color: 16069296.

HSL color Cylindrical-coordinate representation of color #B032F5: hue angle of 278.77º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B032F5 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17650245-
CMYK0.280.8000.04
HSL278.77º90.7%57.84%-
HSV(B)278.77º79.59%96.08%-
XYZ35.5318.188.01-
YUV109.9204.24175.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 50 (19.92% from 255) = 10.62%
BLUE value IS 245 (96.09% from 255) = 52.02%
R=37.37%
G=10.62%
B=52.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176502450.280.8000.04278.7790.757.84
HexB032F51C50041175b3a
Octal26062365341200442713372
Binary101100001100101111010111100101000001001000101111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B032F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B032F5; }

 p { color: rgb(176,50,245); }

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

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

 a { background-color: rgb(176,50,245); }

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

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

 span { border-color: rgb(176,50,245); }

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