#B78293

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

Shades of Viola #B78293

Tints of Viola #B78293

Color information

#B78293 (or 0xB78293) is unknown color: approx Viola. HEX triplet: B7, 82 and 93. RGB value is (183,130,147). Sum of RGB (Red+Green+Blue) = 183+130+147=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B78293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78293 is #487D6C. Grayscale: #939393. Windows color (decimal): -4750701 or 9667255. OLE color: 9667255.

HSL color Cylindrical-coordinate representation of color #B78293: hue angle of 340.75º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B78293 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB183130147-
CMYK00.290.200.28
HSL340.75º26.9%61.37%-
HSV(B)340.75º28.96%71.76%-
XYZ32.7828.1431.31-
YUV147.78127.56153.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 130 (51.17% from 255) = 28.26%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=39.78%
G=28.26%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313014700.290.200.28340.7526.961.37
HexB7829301D141C1551b3d
Octal26720222303524345253375
Binary101101111000001010010011011101101001110010101010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78293; }

 p { color: rgb(183,130,147); }

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

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

 a { background-color: rgb(183,130,147); }

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

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

 span { border-color: rgb(183,130,147); }

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