#b26dad

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

Shades of Violet Blue #B26DAD

Tints of Violet Blue #B26DAD

Color information

#B26DAD (or 0xB26DAD) is unknown color: approx Violet Blue. HEX triplet: B2, 6D and AD. RGB value is (178,109,173). Sum of RGB (Red+Green+Blue) = 178+109+173=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B26DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26DAD is #4D9252. Grayscale: #888888. Windows color (decimal): -5083731 or 11365810. OLE color: 11365810.

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

Color convert

RGB178109173-
CMYK00.390.030.30
HSL304.35º30.94%56.27%-
HSV(B)304.35º38.76%69.8%-
XYZ31.3723.4242.4-
YUV136.93148.36157.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 109 (42.97% from 255) = 23.70%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=38.70%
G=23.70%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810917300.390.030.30304.3530.9456.27
HexB26DAD02731E1301f38
Octal2621552550473364603770
Binary101100101101101101011010100111111111010011000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b26dad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b26dad; }

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

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

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

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

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

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

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

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