#B259A3

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

Shades of Violet Blue #B259A3

Tints of Violet Blue #B259A3

Color information

#B259A3 (or 0xB259A3) is unknown color: approx Violet Blue. HEX triplet: B2, 59 and A3. RGB value is (178,89,163). Sum of RGB (Red+Green+Blue) = 178+89+163=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B259A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B259A3 is #4DA65C. Grayscale: #7B7B7B. Windows color (decimal): -5088861 or 10705330. OLE color: 10705330.

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

Color convert

RGB17889163-
CMYK00.50.080.30
HSL310.11º36.63%52.35%-
HSV(B)310.11º50%69.8%-
XYZ28.5419.2536.86-
YUV124.05149.99166.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 89 (35.16% from 255) = 20.70%
BLUE value IS 163 (64.06% from 255) = 37.91%
R=41.40%
G=20.70%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788916300.50.080.30310.1136.6352.35
HexB259A303281E1362534
Octal26213124306210364664564
Binary101100101011001101000110110010100011110100110110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259A3; }

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

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

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

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

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

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

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

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