#B26AB1

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

Shades of Violet Blue #B26AB1

Tints of Violet Blue #B26AB1

Color information

#B26AB1 (or 0xB26AB1) is unknown color: approx Violet Blue. HEX triplet: B2, 6A and B1. RGB value is (178,106,177). Sum of RGB (Red+Green+Blue) = 178+106+177=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B26AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26AB1 is #4D954E. Grayscale: #878787. Windows color (decimal): -5084495 or 11627186. OLE color: 11627186.

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

Color convert

RGB178106177-
CMYK00.400.010.30
HSL300.83º31.86%55.69%-
HSV(B)300.83º40.45%69.8%-
XYZ31.4522.9544.37-
YUV135.62151.35158.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 177 (69.53% from 255) = 38.39%
R=38.61%
G=22.99%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810617700.400.010.30300.8331.8655.69
HexB26AB102811E12d2038
Octal2621522610501364554070
Binary101100101101010101100010101000111110100101101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26AB1; }

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

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

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

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

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

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

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

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