#B75AA1

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

Shades of Violet Blue #B75AA1

Tints of Violet Blue #B75AA1

Color information

#B75AA1 (or 0xB75AA1) is unknown color: approx Violet Blue. HEX triplet: B7, 5A and A1. RGB value is (183,90,161). Sum of RGB (Red+Green+Blue) = 183+90+161=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B75AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75AA1 is #48A55E. Grayscale: #7D7D7D. Windows color (decimal): -4760927 or 10574519. OLE color: 10574519.

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

Color convert

RGB18390161-
CMYK00.510.120.28
HSL314.19º39.24%53.53%-
HSV(B)314.19º50.82%71.76%-
XYZ29.6219.9536.01-
YUV125.9147.81168.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 90 (35.55% from 255) = 20.74%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=42.17%
G=20.74%
B=37.10%

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
Decimal1839016100.510.120.28314.1939.2453.53
HexB75AA1033C1C13a2736
Octal26713224106314344724766
Binary101101111011010101000010110011110011100100111010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75AA1; }

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

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

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

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

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

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

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

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