#B26EAD

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

Shades of Violet Blue #B26EAD

Tints of Violet Blue #B26EAD

Color information

#B26EAD (or 0xB26EAD) is unknown color: approx Violet Blue. HEX triplet: B2, 6E and AD. RGB value is (178,110,173). Sum of RGB (Red+Green+Blue) = 178+110+173=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B26EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26EAD is #4D9152. Grayscale: #898989. Windows color (decimal): -5083475 or 11366066. OLE color: 11366066.

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

Color convert

RGB178110173-
CMYK00.380.030.30
HSL304.41º30.63%56.47%-
HSV(B)304.41º38.2%69.8%-
XYZ31.4823.6342.44-
YUV137.51148.03156.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=38.61%
G=23.86%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811017300.380.030.30304.4130.6356.47
HexB26EAD02631E1301f38
Octal2621562550463364603770
Binary101100101101110101011010100110111111010011000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26EAD; }

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

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

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

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

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

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

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

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