#B26EAB

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

Shades of Violet Blue #B26EAB

Tints of Violet Blue #B26EAB

Color information

#B26EAB (or 0xB26EAB) is unknown color: approx Violet Blue. HEX triplet: B2, 6E and AB. RGB value is (178,110,171). Sum of RGB (Red+Green+Blue) = 178+110+171=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B26EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26EAB is #4D9154. Grayscale: #898989. Windows color (decimal): -5083477 or 11234994. OLE color: 11234994.

HSL color Cylindrical-coordinate representation of color #B26EAB: hue angle of 306.18º 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 #B26EAB is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178110171-
CMYK00.380.040.30
HSL306.18º30.63%56.47%-
HSV(B)306.18º38.2%69.8%-
XYZ31.2923.5641.43-
YUV137.29147.03157.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=38.78%
G=23.97%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811017100.380.040.30306.1830.6356.47
HexB26EAB02641E1321f38
Octal2621562530464364623770
Binary1011001011011101010101101001101001111010011001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26EAB; }

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

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

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

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

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

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

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

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