#B02EF7

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

Shades of Blue Violet #B02EF7

Tints of Blue Violet #B02EF7

Color information

#B02EF7 (or 0xB02EF7) is unknown color: approx Blue Violet. HEX triplet: B0, 2E and F7. RGB value is (176,46,247). Sum of RGB (Red+Green+Blue) = 176+46+247=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #B02EF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02EF7 is #4FD108. Grayscale: #6B6B6B. Windows color (decimal): -5230857 or 16199344. OLE color: 16199344.

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

Color convert

RGB17646247-
CMYK0.290.8100.03
HSL278.81º92.63%57.45%-
HSV(B)278.81º81.38%96.86%-
XYZ35.6717.989.57-
YUV107.78206.57176.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 46 (18.36% from 255) = 9.81%
BLUE value IS 247 (96.88% from 255) = 52.67%
R=37.53%
G=9.81%
B=52.67%

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
Decimal176462470.290.8100.03278.8192.6357.45
HexB02EF71D51031175d39
Octal26056367351210342713571
Binary10110000101110111101111110110100010111000101111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02EF7; }

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

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

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

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

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

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

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

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