#B259A0

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

Shades of Violet Blue #B259A0

Tints of Violet Blue #B259A0

Color information

#B259A0 (or 0xB259A0) is unknown color: approx Violet Blue. HEX triplet: B2, 59 and A0. RGB value is (178,89,160). Sum of RGB (Red+Green+Blue) = 178+89+160=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B259A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B259A0 is #4DA65F. Grayscale: #7B7B7B. Windows color (decimal): -5088864 or 10508722. OLE color: 10508722.

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

Color convert

RGB17889160-
CMYK00.50.100.30
HSL312.13º36.63%52.35%-
HSV(B)312.13º50%69.8%-
XYZ28.2819.1535.46-
YUV123.71148.49166.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 89 (35.16% from 255) = 20.84%
BLUE value IS 160 (62.89% from 255) = 37.47%
R=41.69%
G=20.84%
B=37.47%

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
Decimal1788916000.50.100.30312.1336.6352.35
HexB259A0032A1E1382534
Octal26213124006212364704564
Binary101100101011001101000000110010101011110100111000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259A0; }

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

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

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

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

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

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

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

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