#B26EA6

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

Shades of Violet Blue #B26EA6

Tints of Violet Blue #B26EA6

Color information

#B26EA6 (or 0xB26EA6) is unknown color: approx Violet Blue. HEX triplet: B2, 6E and A6. RGB value is (178,110,166). Sum of RGB (Red+Green+Blue) = 178+110+166=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B26EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26EA6 is #4D9159. Grayscale: #888888. Windows color (decimal): -5083482 or 10907314. OLE color: 10907314.

HSL color Cylindrical-coordinate representation of color #B26EA6: hue angle of 310.59º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B26EA6 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB178110166-
CMYK00.380.070.30
HSL310.59º30.63%56.47%-
HSV(B)310.59º38.2%69.8%-
XYZ30.8223.3738.96-
YUV136.72144.53157.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.21%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 166 (65.23% from 255) = 36.56%
R=39.21%
G=24.23%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811016600.380.070.30310.5930.6356.47
HexB26EA602671E1371f38
Octal2621562460467364673770
Binary1011001011011101010011001001101111111010011011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26EA6; }

 p { color: rgb(178,110,166); }

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

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

 a { background-color: rgb(178,110,166); }

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

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

 span { border-color: rgb(178,110,166); }

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