#B026EF

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

Shades of Blue Violet #B026EF

Tints of Blue Violet #B026EF

Color information

#B026EF (or 0xB026EF) is unknown color: approx Blue Violet. HEX triplet: B0, 26 and EF. RGB value is (176,38,239). Sum of RGB (Red+Green+Blue) = 176+38+239=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #B026EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B026EF is #4FD910. Grayscale: #656565. Windows color (decimal): -5232913 or 15673008. OLE color: 15673008.

HSL color Cylindrical-coordinate representation of color #B026EF: hue angle of 281.19º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B026EF is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17638239-
CMYK0.260.8400.06
HSL281.19º86.27%54.31%-
HSV(B)281.19º84.1%93.73%-
XYZ34.1816.8583.11-
YUV102.18205.22180.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 38 (15.23% from 255) = 8.39%
BLUE value IS 239 (93.75% from 255) = 52.76%
R=38.85%
G=8.39%
B=52.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176382390.260.8400.06281.1986.2754.31
HexB026EF1A54061195636
Octal26046357321240643112666
Binary101100001001101110111111010101010001101000110011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B026EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B026EF; }

 p { color: rgb(176,38,239); }

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

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

 a { background-color: rgb(176,38,239); }

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

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

 span { border-color: rgb(176,38,239); }

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