#B26CAD

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

Shades of Violet Blue #B26CAD

Tints of Violet Blue #B26CAD

Color information

#B26CAD (or 0xB26CAD) is unknown color: approx Violet Blue. HEX triplet: B2, 6C and AD. RGB value is (178,108,173). Sum of RGB (Red+Green+Blue) = 178+108+173=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B26CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26CAD is #4D9352. Grayscale: #888888. Windows color (decimal): -5083987 or 11365554. OLE color: 11365554.

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

Color convert

RGB178108173-
CMYK00.390.030.30
HSL304.29º31.25%56.08%-
HSV(B)304.29º39.33%69.8%-
XYZ31.2723.2142.37-
YUV136.34148.69157.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=38.78%
G=23.53%
B=37.69%

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
Decimal17810817300.390.030.30304.2931.2556.08
HexB26CAD02731E1301f38
Octal2621542550473364603770
Binary101100101101100101011010100111111111010011000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26CAD; }

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

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

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

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

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

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

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

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