#B02FF7

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

Shades of Blue Violet #B02FF7

Tints of Blue Violet #B02FF7

Color information

#B02FF7 (or 0xB02FF7) is unknown color: approx Blue Violet. HEX triplet: B0, 2F and F7. RGB value is (176,47,247). Sum of RGB (Red+Green+Blue) = 176+47+247=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 247 (96.88% from 255 or 52.55% from 470); Max value from RGB is 247 - color contains mainly: blue. Hex color #B02FF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02FF7 is #4FD008. Grayscale: #6B6B6B. Windows color (decimal): -5230601 or 16199600. OLE color: 16199600.

HSL color Cylindrical-coordinate representation of color #B02FF7: hue angle of 278.7º 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 #B02FF7 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17647247-
CMYK0.290.8100.03
HSL278.7º92.59%57.65%-
HSV(B)278.7º80.97%96.86%-
XYZ35.7117.9889.58-
YUV108.37206.24176.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 47 (18.75% from 255) = 10%
BLUE value IS 247 (96.88% from 255) = 52.55%
R=37.45%
G=10%
B=52.55%

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
Decimal176472470.290.8100.03278.792.5957.65
HexB02FF71D51031175d3a
Octal26057367351210342713572
Binary10110000101111111101111110110100010111000101111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02FF7; }

 p { color: rgb(176,47,247); }

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

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

 a { background-color: rgb(176,47,247); }

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

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

 span { border-color: rgb(176,47,247); }

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