#B75CA8

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

Shades of Violet Blue #B75CA8

Tints of Violet Blue #B75CA8

Color information

#B75CA8 (or 0xB75CA8) is unknown color: approx Violet Blue. HEX triplet: B7, 5C and A8. RGB value is (183,92,168). Sum of RGB (Red+Green+Blue) = 183+92+168=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B75CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75CA8 is #48A357. Grayscale: #7F7F7F. Windows color (decimal): -4760408 or 11033783. OLE color: 11033783.

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

Color convert

RGB18392168-
CMYK00.500.080.28
HSL309.89º38.72%53.92%-
HSV(B)309.89º49.73%71.76%-
XYZ30.4220.5539.41-
YUV127.87150.65167.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 168 (66.02% from 255) = 37.92%
R=41.31%
G=20.77%
B=37.92%

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
Decimal1839216800.500.080.28309.8938.7253.92
HexB75CA803281C1362736
Octal26713425006210344664766
Binary101101111011100101010000110010100011100100110110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CA8; }

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

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

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

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

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

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

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

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