#B02AF1

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

Shades of Blue Violet #B02AF1

Tints of Blue Violet #B02AF1

Color information

#B02AF1 (or 0xB02AF1) is unknown color: approx Blue Violet. HEX triplet: B0, 2A and F1. RGB value is (176,42,241). Sum of RGB (Red+Green+Blue) = 176+42+241=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #B02AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02AF1 is #4FD50E. Grayscale: #686868. Windows color (decimal): -5231887 or 15805104. OLE color: 15805104.

HSL color Cylindrical-coordinate representation of color #B02AF1: hue angle of 280.4º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B02AF1 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17642241-
CMYK0.270.8300.05
HSL280.4º87.67%55.49%-
HSV(B)280.4º82.57%94.51%-
XYZ34.6117.2484.72-
YUV104.75204.89178.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 42 (16.80% from 255) = 9.15%
BLUE value IS 241 (94.53% from 255) = 52.51%
R=38.34%
G=9.15%
B=52.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176422410.270.8300.05280.487.6755.49
HexB02AF11B53051185837
Octal26052361331230543013067
Binary101100001010101111000111011101001101011000110001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02AF1; }

 p { color: rgb(176,42,241); }

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

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

 a { background-color: rgb(176,42,241); }

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

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

 span { border-color: rgb(176,42,241); }

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