#B75DA3

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

Shades of Violet Blue #B75DA3

Tints of Violet Blue #B75DA3

Color information

#B75DA3 (or 0xB75DA3) is unknown color: approx Violet Blue. HEX triplet: B7, 5D and A3. RGB value is (183,93,163). Sum of RGB (Red+Green+Blue) = 183+93+163=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B75DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75DA3 is #48A25C. Grayscale: #7F7F7F. Windows color (decimal): -4760157 or 10706359. OLE color: 10706359.

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

Color convert

RGB18393163-
CMYK00.490.110.28
HSL313.33º38.46%54.12%-
HSV(B)313.33º49.18%71.76%-
XYZ30.0520.5437.03-
YUV127.89147.82167.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 93 (36.72% from 255) = 21.18%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=41.69%
G=21.18%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839316300.490.110.28313.3338.4654.12
HexB75DA3031B1C1392636
Octal26713524306113344714666
Binary101101111011101101000110110001101111100100111001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75DA3; }

 p { color: rgb(183,93,163); }

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

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

 a { background-color: rgb(183,93,163); }

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

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

 span { border-color: rgb(183,93,163); }

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