#B259A1

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

Shades of Violet Blue #B259A1

Tints of Violet Blue #B259A1

Color information

#B259A1 (or 0xB259A1) is unknown color: approx Violet Blue. HEX triplet: B2, 59 and A1. RGB value is (178,89,161). Sum of RGB (Red+Green+Blue) = 178+89+161=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B259A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B259A1 is #4DA65E. Grayscale: #7B7B7B. Windows color (decimal): -5088863 or 10574258. OLE color: 10574258.

HSL color Cylindrical-coordinate representation of color #B259A1: hue angle of 311.46º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B259A1 is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB17889161-
CMYK00.50.100.30
HSL311.46º36.63%52.35%-
HSV(B)311.46º50%69.8%-
XYZ28.3719.1835.93-
YUV123.82148.99166.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 89 (35.16% from 255) = 20.79%
BLUE value IS 161 (63.28% from 255) = 37.62%
R=41.59%
G=20.79%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788916100.50.100.30311.4636.6352.35
HexB259A1032A1E1372534
Octal26213124106212364674564
Binary101100101011001101000010110010101011110100110111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259A1; }

 p { color: rgb(178,89,161); }

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

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

 a { background-color: rgb(178,89,161); }

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

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

 span { border-color: rgb(178,89,161); }

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