#B75A9F

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

Shades of Violet Blue #B75A9F

Tints of Violet Blue #B75A9F

Color information

#B75A9F (or 0xB75A9F) is unknown color: approx Violet Blue. HEX triplet: B7, 5A and 9F. RGB value is (183,90,159). Sum of RGB (Red+Green+Blue) = 183+90+159=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A9F is #48A560. Grayscale: #7D7D7D. Windows color (decimal): -4760929 or 10443447. OLE color: 10443447.

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

Color convert

RGB18390159-
CMYK00.510.130.28
HSL315.48º39.24%53.53%-
HSV(B)315.48º50.82%71.76%-
XYZ29.4419.8835.09-
YUV125.67146.81168.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 90 (35.55% from 255) = 20.83%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=42.36%
G=20.83%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839015900.510.130.28315.4839.2453.53
HexB75A9F033D1C13b2736
Octal26713223706315344734766
Binary101101111011010100111110110011110111100100111011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A9F; }

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

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

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

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

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

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

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

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