#BE97A7

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

Shades of Viola #BE97A7

Tints of Viola #BE97A7

Color information

#BE97A7 (or 0xBE97A7) is unknown color: approx Viola. HEX triplet: BE, 97 and A7. RGB value is (190,151,167). Sum of RGB (Red+Green+Blue) = 190+151+167=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE97A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE97A7 is #416858. Grayscale: #A4A4A4. Windows color (decimal): -4286553 or 10983358. OLE color: 10983358.

HSL color Cylindrical-coordinate representation of color #BE97A7: hue angle of 335.38º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BE97A7 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB190151167-
CMYK00.210.120.25
HSL335.38º23.08%66.86%-
HSV(B)335.38º20.53%74.51%-
XYZ39.2835.8741.41-
YUV164.48129.42146.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 151 (59.38% from 255) = 29.72%
BLUE value IS 167 (65.62% from 255) = 32.87%
R=37.40%
G=29.72%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015116700.210.120.25335.3823.0866.86
HexBE97A7015C1914f1743
Octal276227247025143151727103
Binary101111101001011110100111010101110011001101001111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97A7; }

 p { color: rgb(190,151,167); }

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

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

 a { background-color: rgb(190,151,167); }

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

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

 span { border-color: rgb(190,151,167); }

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