#B033F8

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

Shades of Blue Violet #B033F8

Tints of Blue Violet #B033F8

Color information

#B033F8 (or 0xB033F8) is unknown color: approx Blue Violet. HEX triplet: B0, 33 and F8. RGB value is (176,51,248). Sum of RGB (Red+Green+Blue) = 176+51+248=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #B033F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B033F8 is #4FCC07. Grayscale: #6E6E6E. Windows color (decimal): -5229576 or 16266160. OLE color: 16266160.

HSL color Cylindrical-coordinate representation of color #B033F8: hue angle of 278.07º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B033F8 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17651248-
CMYK0.290.7900.03
HSL278.07º93.36%58.63%-
HSV(B)278.07º79.44%97.25%-
XYZ36.0318.3890.45-
YUV110.83205.41174.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 51 (20.31% from 255) = 10.74%
BLUE value IS 248 (97.27% from 255) = 52.21%
R=37.05%
G=10.74%
B=52.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176512480.290.7900.03278.0793.3658.63
HexB033F81D4F031165d3b
Octal26063370351170342613573
Binary10110000110011111110001110110011110111000101101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B033F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B033F8; }

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

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

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

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

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

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

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

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