#B75D9F

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

Shades of Violet Blue #B75D9F

Tints of Violet Blue #B75D9F

Color information

#B75D9F (or 0xB75D9F) is unknown color: approx Violet Blue. HEX triplet: B7, 5D and 9F. RGB value is (183,93,159). Sum of RGB (Red+Green+Blue) = 183+93+159=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75D9F is #48A260. Grayscale: #7F7F7F. Windows color (decimal): -4760161 or 10444215. OLE color: 10444215.

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

Color convert

RGB18393159-
CMYK00.490.130.28
HSL316º38.46%54.12%-
HSV(B)316º49.18%71.76%-
XYZ29.720.435.17-
YUV127.43145.82167.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 159 (62.5% from 255) = 36.55%
R=42.07%
G=21.38%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839315900.490.130.2831638.4654.12
HexB75D9F031D1C13c2636
Octal26713523706115344744666
Binary101101111011101100111110110001110111100100111100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D9F; }

 p { color: rgb(183,93,159); }

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

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

 a { background-color: rgb(183,93,159); }

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

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

 span { border-color: rgb(183,93,159); }

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