#B75AA7

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

Shades of Violet Blue #B75AA7

Tints of Violet Blue #B75AA7

Color information

#B75AA7 (or 0xB75AA7) is unknown color: approx Violet Blue. HEX triplet: B7, 5A and A7. RGB value is (183,90,167). Sum of RGB (Red+Green+Blue) = 183+90+167=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B75AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75AA7 is #48A558. Grayscale: #7E7E7E. Windows color (decimal): -4760921 or 10967735. OLE color: 10967735.

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

Color convert

RGB18390167-
CMYK00.510.090.28
HSL310.32º39.24%53.53%-
HSV(B)310.32º50.82%71.76%-
XYZ30.1620.1738.86-
YUV126.58150.81168.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.59%
GREEN value IS 90 (35.55% from 255) = 20.45%
BLUE value IS 167 (65.62% from 255) = 37.95%
R=41.59%
G=20.45%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839016700.510.090.28310.3239.2453.53
HexB75AA703391C1362736
Octal26713224706311344664766
Binary101101111011010101001110110011100111100100110110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75AA7; }

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

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

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

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

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

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

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

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