#B770AE

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

Shades of Violet Blue #B770AE

Tints of Violet Blue #B770AE

Color information

#B770AE (or 0xB770AE) is unknown color: approx Violet Blue. HEX triplet: B7, 70 and AE. RGB value is (183,112,174). Sum of RGB (Red+Green+Blue) = 183+112+174=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B770AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B770AE is #488F51. Grayscale: #8C8C8C. Windows color (decimal): -4755282 or 11432119. OLE color: 11432119.

HSL color Cylindrical-coordinate representation of color #B770AE: hue angle of 307.61º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B770AE is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB183112174-
CMYK00.390.050.28
HSL307.61º33.02%57.84%-
HSV(B)307.61º38.8%71.76%-
XYZ32.9624.7143.08-
YUV140.3147.02158.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.02%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=39.02%
G=23.88%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311217400.390.050.28307.6133.0257.84
HexB770AE02751C134213a
Octal2671602560475344644172
Binary10110111111000010101110010011110111100100110100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770AE; }

 p { color: rgb(183,112,174); }

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

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

 a { background-color: rgb(183,112,174); }

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

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

 span { border-color: rgb(183,112,174); }

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