#B033FE

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

Shades of Blue Violet #B033FE

Tints of Blue Violet #B033FE

Color information

#B033FE (or 0xB033FE) is unknown color: approx Blue Violet. HEX triplet: B0, 33 and FE. RGB value is (176,51,254). Sum of RGB (Red+Green+Blue) = 176+51+254=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #B033FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B033FE is #4FCC01. Grayscale: #6E6E6E. Windows color (decimal): -5229570 or 16659376. OLE color: 16659376.

HSL color Cylindrical-coordinate representation of color #B033FE: hue angle of 276.95º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B033FE is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17651254-
CMYK0.310.8000.00
HSL276.95º99.02%59.8%-
HSV(B)276.95º79.92%99.61%-
XYZ36.9818.7595.44-
YUV111.52208.41173.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 51 (20.31% from 255) = 10.60%
BLUE value IS 254 (99.61% from 255) = 52.81%
R=36.59%
G=10.60%
B=52.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal176512540.310.8000.00276.9599.0259.8
HexB033FE1F5000115633c
Octal26063376371200042514374
Binary1011000011001111111110111111010000001000101011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B033FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B033FE; }

 p { color: rgb(176,51,254); }

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

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

 a { background-color: rgb(176,51,254); }

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

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

 span { border-color: rgb(176,51,254); }

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