#B02CF7

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

Shades of Blue Violet #B02CF7

Tints of Blue Violet #B02CF7

Color information

#B02CF7 (or 0xB02CF7) is unknown color: approx Blue Violet. HEX triplet: B0, 2C and F7. RGB value is (176,44,247). Sum of RGB (Red+Green+Blue) = 176+44+247=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 247 (96.88% from 255 or 52.89% from 467); Max value from RGB is 247 - color contains mainly: blue. Hex color #B02CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02CF7 is #4FD308. Grayscale: #696969. Windows color (decimal): -5231369 or 16198832. OLE color: 16198832.

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

Color convert

RGB17644247-
CMYK0.290.8200.03
HSL279.01º92.69%57.06%-
HSV(B)279.01º82.19%96.86%-
XYZ35.5917.7589.55-
YUV106.61207.23177.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 44 (17.58% from 255) = 9.42%
BLUE value IS 247 (96.88% from 255) = 52.89%
R=37.69%
G=9.42%
B=52.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176442470.290.8200.03279.0192.6957.06
HexB02CF71D52031175d39
Octal26054367351220342713571
Binary10110000101100111101111110110100100111000101111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02CF7; }

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

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

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

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

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

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

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

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