#B26AAE

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

Shades of Violet Blue #B26AAE

Tints of Violet Blue #B26AAE

Color information

#B26AAE (or 0xB26AAE) is unknown color: approx Violet Blue. HEX triplet: B2, 6A and AE. RGB value is (178,106,174). Sum of RGB (Red+Green+Blue) = 178+106+174=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B26AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26AAE is #4D9551. Grayscale: #878787. Windows color (decimal): -5084498 or 11430578. OLE color: 11430578.

HSL color Cylindrical-coordinate representation of color #B26AAE: hue angle of 303.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B26AAE is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB178106174-
CMYK00.400.020.30
HSL303.33º31.86%55.69%-
HSV(B)303.33º40.45%69.8%-
XYZ31.1522.8342.81-
YUV135.28149.85158.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 106 (41.80% from 255) = 23.14%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=38.86%
G=23.14%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810617400.400.020.30303.3331.8655.69
HexB26AAE02821E12f2038
Octal2621522560502364574070
Binary1011001011010101010111001010001011110100101111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26AAE; }

 p { color: rgb(178,106,174); }

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

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

 a { background-color: rgb(178,106,174); }

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

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

 span { border-color: rgb(178,106,174); }

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