#B759A4

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

Shades of Violet Blue #B759A4

Tints of Violet Blue #B759A4

Color information

#B759A4 (or 0xB759A4) is unknown color: approx Violet Blue. HEX triplet: B7, 59 and A4. RGB value is (183,89,164). Sum of RGB (Red+Green+Blue) = 183+89+164=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B759A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B759A4 is #48A65B. Grayscale: #7D7D7D. Windows color (decimal): -4761180 or 10770871. OLE color: 10770871.

HSL color Cylindrical-coordinate representation of color #B759A4: hue angle of 312.13º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B759A4 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB18389164-
CMYK00.510.100.28
HSL312.13º39.5%53.33%-
HSV(B)312.13º51.37%71.76%-
XYZ29.819.8937.39-
YUV125.66149.64168.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 89 (35.16% from 255) = 20.41%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=41.97%
G=20.41%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838916400.510.100.28312.1339.553.33
HexB759A4033A1C1382735
Octal26713124406312344704765
Binary101101111011001101001000110011101011100100111000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B759A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B759A4; }

 p { color: rgb(183,89,164); }

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

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

 a { background-color: rgb(183,89,164); }

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

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

 span { border-color: rgb(183,89,164); }

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