#B75AA2

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

Shades of Violet Blue #B75AA2

Tints of Violet Blue #B75AA2

Color information

#B75AA2 (or 0xB75AA2) is unknown color: approx Violet Blue. HEX triplet: B7, 5A and A2. RGB value is (183,90,162). Sum of RGB (Red+Green+Blue) = 183+90+162=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B75AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75AA2 is #48A55D. Grayscale: #7D7D7D. Windows color (decimal): -4760926 or 10640055. OLE color: 10640055.

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

Color convert

RGB18390162-
CMYK00.510.110.28
HSL313.55º39.24%53.53%-
HSV(B)313.55º50.82%71.76%-
XYZ29.7119.9936.47-
YUV126.02148.31168.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 162 (63.67% from 255) = 37.24%
R=42.07%
G=20.69%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839016200.510.110.28313.5539.2453.53
HexB75AA2033B1C13a2736
Octal26713224206313344724766
Binary101101111011010101000100110011101111100100111010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75AA2; }

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

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

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

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

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

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

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

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