#B757A6

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

Shades of Violet Blue #B757A6

Tints of Violet Blue #B757A6

Color information

#B757A6 (or 0xB757A6) is unknown color: approx Violet Blue. HEX triplet: B7, 57 and A6. RGB value is (183,87,166). Sum of RGB (Red+Green+Blue) = 183+87+166=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B757A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B757A6 is #48A859. Grayscale: #7C7C7C. Windows color (decimal): -4761690 or 10901431. OLE color: 10901431.

HSL color Cylindrical-coordinate representation of color #B757A6: hue angle of 310.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B757A6 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB18387166-
CMYK00.520.090.28
HSL310.62º40%52.94%-
HSV(B)310.62º52.46%71.76%-
XYZ29.8219.6438.3-
YUV124.71151.3169.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 87 (34.38% from 255) = 19.95%
BLUE value IS 166 (65.23% from 255) = 38.07%
R=41.97%
G=19.95%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838716600.520.090.28310.624052.94
HexB757A603491C1372835
Octal26712724606411344675065
Binary101101111010111101001100110100100111100100110111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B757A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B757A6; }

 p { color: rgb(183,87,166); }

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

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

 a { background-color: rgb(183,87,166); }

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

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

 span { border-color: rgb(183,87,166); }

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