#B770AC

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

Shades of Violet Blue #B770AC

Tints of Violet Blue #B770AC

Color information

#B770AC (or 0xB770AC) is unknown color: approx Violet Blue. HEX triplet: B7, 70 and AC. RGB value is (183,112,172). Sum of RGB (Red+Green+Blue) = 183+112+172=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B770AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B770AC is #488F53. Grayscale: #8B8B8B. Windows color (decimal): -4755284 or 11301047. OLE color: 11301047.

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

Color convert

RGB183112172-
CMYK00.390.060.28
HSL309.3º33.02%57.84%-
HSV(B)309.3º38.8%71.76%-
XYZ32.7724.6342.06-
YUV140.07146.02158.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.19%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=39.19%
G=23.98%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311217200.390.060.28309.333.0257.84
HexB770AC02761C135213a
Octal2671602540476344654172
Binary10110111111000010101100010011111011100100110101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770AC; }

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

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

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

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

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

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

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

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