#B790A0

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

Shades of Viola #B790A0

Tints of Viola #B790A0

Color information

#B790A0 (or 0xB790A0) is unknown color: approx Viola. HEX triplet: B7, 90 and A0. RGB value is (183,144,160). Sum of RGB (Red+Green+Blue) = 183+144+160=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 183 - color contains mainly: red. Hex color #B790A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B790A0 is #486F5F. Grayscale: #9D9D9D. Windows color (decimal): -4747104 or 10522807. OLE color: 10522807.

HSL color Cylindrical-coordinate representation of color #B790A0: hue angle of 335.38º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B790A0 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB183144160-
CMYK00.210.130.28
HSL335.38º21.31%64.12%-
HSV(B)335.38º21.31%71.76%-
XYZ35.8532.5537.65-
YUV157.49129.42146.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.58%
GREEN value IS 144 (56.64% from 255) = 29.57%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=37.58%
G=29.57%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314416000.210.130.28335.3821.3164.12
HexB790A0015D1C14f1540
Octal267220240025153451725100
Binary101101111001000010100000010101110111100101001111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B790A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B790A0; }

 p { color: rgb(183,144,160); }

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

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

 a { background-color: rgb(183,144,160); }

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

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

 span { border-color: rgb(183,144,160); }

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