#B26FAB

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

Shades of Violet Blue #B26FAB

Tints of Violet Blue #B26FAB

Color information

#B26FAB (or 0xB26FAB) is unknown color: approx Violet Blue. HEX triplet: B2, 6F and AB. RGB value is (178,111,171). Sum of RGB (Red+Green+Blue) = 178+111+171=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B26FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26FAB is #4D9054. Grayscale: #898989. Windows color (decimal): -5083221 or 11235250. OLE color: 11235250.

HSL color Cylindrical-coordinate representation of color #B26FAB: hue angle of 306.27º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B26FAB is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178111171-
CMYK00.380.040.30
HSL306.27º30.32%56.67%-
HSV(B)306.27º37.64%69.8%-
XYZ31.423.7741.46-
YUV137.87146.7156.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 111 (43.75% from 255) = 24.13%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=38.70%
G=24.13%
B=37.17%

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
Decimal17811117100.380.040.30306.2730.3256.67
HexB26FAB02641E1321e39
Octal2621572530464364623671
Binary1011001011011111010101101001101001111010011001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26FAB; }

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

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

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

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

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

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

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

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