#B770AD

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

Shades of Violet Blue #B770AD

Tints of Violet Blue #B770AD

Color information

#B770AD (or 0xB770AD) is unknown color: approx Violet Blue. HEX triplet: B7, 70 and AD. RGB value is (183,112,173). Sum of RGB (Red+Green+Blue) = 183+112+173=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B770AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B770AD is #488F52. Grayscale: #8C8C8C. Windows color (decimal): -4755283 or 11366583. OLE color: 11366583.

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

Color convert

RGB183112173-
CMYK00.390.050.28
HSL308.45º33.02%57.84%-
HSV(B)308.45º38.8%71.76%-
XYZ32.8724.6742.57-
YUV140.18146.52158.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=39.10%
G=23.93%
B=36.97%

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
Decimal18311217300.390.050.28308.4533.0257.84
HexB770AD02751C134213a
Octal2671602550475344644172
Binary10110111111000010101101010011110111100100110100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770AD; }

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

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

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

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

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

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

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

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