#B770AF

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

Shades of Violet Blue #B770AF

Tints of Violet Blue #B770AF

Color information

#B770AF (or 0xB770AF) is unknown color: approx Violet Blue. HEX triplet: B7, 70 and AF. RGB value is (183,112,175). Sum of RGB (Red+Green+Blue) = 183+112+175=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B770AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B770AF is #488F50. Grayscale: #8C8C8C. Windows color (decimal): -4755281 or 11497655. OLE color: 11497655.

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

Color convert

RGB183112175-
CMYK00.390.040.28
HSL306.76º33.02%57.84%-
HSV(B)306.76º38.8%71.76%-
XYZ33.0624.7543.59-
YUV140.41147.52158.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.94%
GREEN value IS 112 (44.14% from 255) = 23.83%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=38.94%
G=23.83%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311217500.390.040.28306.7633.0257.84
HexB770AF02741C133213a
Octal2671602570474344634172
Binary10110111111000010101111010011110011100100110011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770AF; }

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

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

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

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

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

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

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

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