#B259AC

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

Shades of Violet Blue #B259AC

Tints of Violet Blue #B259AC

Color information

#B259AC (or 0xB259AC) is unknown color: approx Violet Blue. HEX triplet: B2, 59 and AC. RGB value is (178,89,172). Sum of RGB (Red+Green+Blue) = 178+89+172=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B259AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B259AC is #4DA653. Grayscale: #7C7C7C. Windows color (decimal): -5088852 or 11295154. OLE color: 11295154.

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

Color convert

RGB17889172-
CMYK00.50.030.30
HSL304.04º36.63%52.35%-
HSV(B)304.04º50%69.8%-
XYZ29.3819.5941.26-
YUV125.07154.49165.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 89 (35.16% from 255) = 20.27%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=40.55%
G=20.27%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788917200.50.030.30304.0436.6352.35
HexB259AC03231E1302534
Octal2621312540623364604564
Binary1011001010110011010110001100101111110100110000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259AC; }

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

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

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

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

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

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

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

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