#B030F8

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

Shades of Blue Violet #B030F8

Tints of Blue Violet #B030F8

Color information

#B030F8 (or 0xB030F8) is unknown color: approx Blue Violet. HEX triplet: B0, 30 and F8. RGB value is (176,48,248). Sum of RGB (Red+Green+Blue) = 176+48+248=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #B030F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B030F8 is #4FCF07. Grayscale: #6C6C6C. Windows color (decimal): -5230344 or 16265392. OLE color: 16265392.

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

Color convert

RGB17648248-
CMYK0.290.8100.03
HSL278.4º93.46%58.04%-
HSV(B)278.4º80.65%97.25%-
XYZ35.918.1290.41-
YUV109.07206.41175.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 48 (19.14% from 255) = 10.17%
BLUE value IS 248 (97.27% from 255) = 52.54%
R=37.29%
G=10.17%
B=52.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176482480.290.8100.03278.493.4658.04
HexB030F81D51031165d3a
Octal26060370351210342613572
Binary10110000110000111110001110110100010111000101101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B030F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B030F8; }

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

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

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

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

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

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

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

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