#B02EFF

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

Shades of Blue Violet #B02EFF

Tints of Blue Violet #B02EFF

Color information

#B02EFF (or 0xB02EFF) is unknown color: approx Blue Violet. HEX triplet: B0, 2E and FF. RGB value is (176,46,255). Sum of RGB (Red+Green+Blue) = 176+46+255=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #B02EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02EFF is #4FD100. Grayscale: #6B6B6B. Windows color (decimal): -5230849 or 16723632. OLE color: 16723632.

HSL color Cylindrical-coordinate representation of color #B02EFF: hue angle of 277.32º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B02EFF is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17646255-
CMYK0.310.8200
HSL277.32º100%59.02%-
HSV(B)277.32º81.96%100%-
XYZ36.9318.496.21-
YUV108.7210.57176.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 46 (18.36% from 255) = 9.64%
BLUE value IS 255 (100% from 255) = 53.46%
R=36.90%
G=9.64%
B=53.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal176462550.310.8200277.3210059.02
HexB02EFF1F5200115643b
Octal26056377371220042514473
Binary1011000010111011111111111111010010001000101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02EFF; }

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

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

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

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

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

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

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

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