#B75CA9

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

Shades of Violet Blue #B75CA9

Tints of Violet Blue #B75CA9

Color information

#B75CA9 (or 0xB75CA9) is unknown color: approx Violet Blue. HEX triplet: B7, 5C and A9. RGB value is (183,92,169). Sum of RGB (Red+Green+Blue) = 183+92+169=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B75CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75CA9 is #48A356. Grayscale: #7F7F7F. Windows color (decimal): -4760407 or 11099319. OLE color: 11099319.

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

Color convert

RGB18392169-
CMYK00.500.080.28
HSL309.23º38.72%53.92%-
HSV(B)309.23º49.73%71.76%-
XYZ30.5220.5939.9-
YUV127.99151.15167.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.22%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 169 (66.41% from 255) = 38.06%
R=41.22%
G=20.72%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839216900.500.080.28309.2338.7253.92
HexB75CA903281C1352736
Octal26713425106210344654766
Binary101101111011100101010010110010100011100100110101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CA9; }

 p { color: rgb(183,92,169); }

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

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

 a { background-color: rgb(183,92,169); }

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

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

 span { border-color: rgb(183,92,169); }

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