#B75FAA

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

Shades of Violet Blue #B75FAA

Tints of Violet Blue #B75FAA

Color information

#B75FAA (or 0xB75FAA) is unknown color: approx Violet Blue. HEX triplet: B7, 5F and AA. RGB value is (183,95,170). Sum of RGB (Red+Green+Blue) = 183+95+170=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B75FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75FAA is #48A055. Grayscale: #818181. Windows color (decimal): -4759638 or 11165623. OLE color: 11165623.

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

Color convert

RGB18395170-
CMYK00.480.070.28
HSL308.86º37.93%54.51%-
HSV(B)308.86º48.09%71.76%-
XYZ30.8821.1540.49-
YUV129.86150.65165.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.85%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=40.85%
G=21.21%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839517000.480.070.28308.8637.9354.51
HexB75FAA03071C1352637
Octal2671372520607344654667
Binary10110111101111110101010011000011111100100110101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75FAA; }

 p { color: rgb(183,95,170); }

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

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

 a { background-color: rgb(183,95,170); }

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

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

 span { border-color: rgb(183,95,170); }

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