#B26CA6

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

Shades of Violet Blue #B26CA6

Tints of Violet Blue #B26CA6

Color information

#B26CA6 (or 0xB26CA6) is unknown color: approx Violet Blue. HEX triplet: B2, 6C and A6. RGB value is (178,108,166). Sum of RGB (Red+Green+Blue) = 178+108+166=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B26CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26CA6 is #4D9359. Grayscale: #878787. Windows color (decimal): -5083994 or 10906802. OLE color: 10906802.

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

Color convert

RGB178108166-
CMYK00.390.070.30
HSL310.29º31.25%56.08%-
HSV(B)310.29º39.33%69.8%-
XYZ30.6122.9438.89-
YUV135.54145.19158.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 166 (65.23% from 255) = 36.73%
R=39.38%
G=23.89%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810816600.390.070.30310.2931.2556.08
HexB26CA602771E1361f38
Octal2621542460477364663770
Binary1011001011011001010011001001111111111010011011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26CA6; }

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

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

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

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

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

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

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

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