#B75DA5

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

Shades of Violet Blue #B75DA5

Tints of Violet Blue #B75DA5

Color information

#B75DA5 (or 0xB75DA5) is unknown color: approx Violet Blue. HEX triplet: B7, 5D and A5. RGB value is (183,93,165). Sum of RGB (Red+Green+Blue) = 183+93+165=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B75DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75DA5 is #48A25A. Grayscale: #7F7F7F. Windows color (decimal): -4760155 or 10837431. OLE color: 10837431.

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

Color convert

RGB18393165-
CMYK00.490.100.28
HSL312º38.46%54.12%-
HSV(B)312º49.18%71.76%-
XYZ30.2320.6137.98-
YUV128.12148.82167.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 93 (36.72% from 255) = 21.09%
BLUE value IS 165 (64.84% from 255) = 37.41%
R=41.50%
G=21.09%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839316500.490.100.2831238.4654.12
HexB75DA5031A1C1382636
Octal26713524506112344704666
Binary101101111011101101001010110001101011100100111000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75DA5; }

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

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

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

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

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

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

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

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