#B259A7

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

Shades of Violet Blue #B259A7

Tints of Violet Blue #B259A7

Color information

#B259A7 (or 0xB259A7) is unknown color: approx Violet Blue. HEX triplet: B2, 59 and A7. RGB value is (178,89,167). Sum of RGB (Red+Green+Blue) = 178+89+167=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B259A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B259A7 is #4DA658. Grayscale: #7C7C7C. Windows color (decimal): -5088857 or 10967474. OLE color: 10967474.

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

Color convert

RGB17889167-
CMYK00.50.060.30
HSL307.42º36.63%52.35%-
HSV(B)307.42º50%69.8%-
XYZ28.9119.438.78-
YUV124.5151.99166.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 167 (65.62% from 255) = 38.48%
R=41.01%
G=20.51%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788916700.50.060.30307.4236.6352.35
HexB259A703261E1332534
Octal2621312470626364634564
Binary10110010101100110100111011001011011110100110011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259A7; }

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

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

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

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

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

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

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

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