#B75BA7

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

Shades of Violet Blue #B75BA7

Tints of Violet Blue #B75BA7

Color information

#B75BA7 (or 0xB75BA7) is unknown color: approx Violet Blue. HEX triplet: B7, 5B and A7. RGB value is (183,91,167). Sum of RGB (Red+Green+Blue) = 183+91+167=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B75BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75BA7 is #48A458. Grayscale: #7E7E7E. Windows color (decimal): -4760665 or 10967991. OLE color: 10967991.

HSL color Cylindrical-coordinate representation of color #B75BA7: hue angle of 310.43º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75BA7 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB18391167-
CMYK00.500.090.28
HSL310.43º38.98%53.73%-
HSV(B)310.43º50.27%71.76%-
XYZ30.2420.3438.89-
YUV127.17150.48167.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 91 (35.94% from 255) = 20.63%
BLUE value IS 167 (65.62% from 255) = 37.87%
R=41.50%
G=20.63%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839116700.500.090.28310.4338.9853.73
HexB75BA703291C1362736
Octal26713324706211344664766
Binary101101111011011101001110110010100111100100110110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75BA7; }

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

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

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

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

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

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

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

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