#B02DFA

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

Shades of Blue Violet #B02DFA

Tints of Blue Violet #B02DFA

Color information

#B02DFA (or 0xB02DFA) is unknown color: approx Blue Violet. HEX triplet: B0, 2D and FA. RGB value is (176,45,250). Sum of RGB (Red+Green+Blue) = 176+45+250=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #B02DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02DFA is #4FD205. Grayscale: #6A6A6A. Windows color (decimal): -5231110 or 16395696. OLE color: 16395696.

HSL color Cylindrical-coordinate representation of color #B02DFA: hue angle of 278.34º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B02DFA is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17645250-
CMYK0.300.8200.02
HSL278.34º95.35%57.84%-
HSV(B)278.34º82%98.04%-
XYZ36.118.0192.02-
YUV107.54208.4176.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 45 (17.97% from 255) = 9.55%
BLUE value IS 250 (98.05% from 255) = 53.08%
R=37.37%
G=9.55%
B=53.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176452500.300.8200.02278.3495.3557.84
HexB02DFA1E52021165f3a
Octal26055372361220242613772
Binary10110000101101111110101111010100100101000101101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02DFA; }

 p { color: rgb(176,45,250); }

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

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

 a { background-color: rgb(176,45,250); }

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

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

 span { border-color: rgb(176,45,250); }

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