#B770B0

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

Shades of Violet Blue #B770B0

Tints of Violet Blue #B770B0

Color information

#B770B0 (or 0xB770B0) is unknown color: approx Violet Blue. HEX triplet: B7, 70 and B0. RGB value is (183,112,176). Sum of RGB (Red+Green+Blue) = 183+112+176=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B770B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B770B0 is #488F4F. Grayscale: #8C8C8C. Windows color (decimal): -4755280 or 11563191. OLE color: 11563191.

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

Color convert

RGB183112176-
CMYK00.390.040.28
HSL305.92º33.02%57.84%-
HSV(B)305.92º38.8%71.76%-
XYZ33.1624.7944.11-
YUV140.52148.02158.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 112 (44.14% from 255) = 23.78%
BLUE value IS 176 (69.14% from 255) = 37.37%
R=38.85%
G=23.78%
B=37.37%

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
Decimal18311217600.390.040.28305.9233.0257.84
HexB770B002741C132213a
Octal2671602600474344624172
Binary10110111111000010110000010011110011100100110010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770B0; }

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

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

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

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

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

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

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

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