#B039F8

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

Shades of Blue Violet #B039F8

Tints of Blue Violet #B039F8

Color information

#B039F8 (or 0xB039F8) is unknown color: approx Blue Violet. HEX triplet: B0, 39 and F8. RGB value is (176,57,248). Sum of RGB (Red+Green+Blue) = 176+57+248=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #B039F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B039F8 is #4FC607. Grayscale: #717171. Windows color (decimal): -5228040 or 16267696. OLE color: 16267696.

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

Color convert

RGB17657248-
CMYK0.290.7700.03
HSL277.38º93.17%59.8%-
HSV(B)277.38º77.02%97.25%-
XYZ36.3118.9390.55-
YUV114.36203.42171.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 57 (22.66% from 255) = 11.85%
BLUE value IS 248 (97.27% from 255) = 51.56%
R=36.59%
G=11.85%
B=51.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176572480.290.7700.03277.3893.1759.8
HexB039F81D4D031155d3c
Octal26071370351150342513574
Binary10110000111001111110001110110011010111000101011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B039F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B039F8; }

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

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

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

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

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

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

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

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