#B759A1

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

Shades of Violet Blue #B759A1

Tints of Violet Blue #B759A1

Color information

#B759A1 (or 0xB759A1) is unknown color: approx Violet Blue. HEX triplet: B7, 59 and A1. RGB value is (183,89,161). Sum of RGB (Red+Green+Blue) = 183+89+161=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B759A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B759A1 is #48A65E. Grayscale: #7D7D7D. Windows color (decimal): -4761183 or 10574263. OLE color: 10574263.

HSL color Cylindrical-coordinate representation of color #B759A1: hue angle of 314.04º 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 #B759A1 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB18389161-
CMYK00.510.120.28
HSL314.04º39.5%53.33%-
HSV(B)314.04º51.37%71.76%-
XYZ29.5319.7935.98-
YUV125.31148.14169.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 89 (35.16% from 255) = 20.55%
BLUE value IS 161 (63.28% from 255) = 37.18%
R=42.26%
G=20.55%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838916100.510.120.28314.0439.553.33
HexB759A1033C1C13a2735
Octal26713124106314344724765
Binary101101111011001101000010110011110011100100111010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B759A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B759A1; }

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

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

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

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

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

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

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

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