#B26DA5

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

Shades of Violet Blue #B26DA5

Tints of Violet Blue #B26DA5

Color information

#B26DA5 (or 0xB26DA5) is unknown color: approx Violet Blue. HEX triplet: B2, 6D and A5. RGB value is (178,109,165). Sum of RGB (Red+Green+Blue) = 178+109+165=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B26DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26DA5 is #4D925A. Grayscale: #878787. Windows color (decimal): -5083739 or 10841522. OLE color: 10841522.

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

Color convert

RGB178109165-
CMYK00.390.070.30
HSL311.3º30.94%56.27%-
HSV(B)311.3º38.76%69.8%-
XYZ30.6223.1238.45-
YUV136.01144.36157.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 109 (42.97% from 255) = 24.12%
BLUE value IS 165 (64.84% from 255) = 36.50%
R=39.38%
G=24.12%
B=36.50%

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
Decimal17810916500.390.070.30311.330.9456.27
HexB26DA502771E1371f38
Octal2621552450477364673770
Binary1011001011011011010010101001111111111010011011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26DA5; }

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

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

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

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

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

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

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

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