#BE7F9C

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

Shades of Viola #BE7F9C

Tints of Viola #BE7F9C

Color information

#BE7F9C (or 0xBE7F9C) is unknown color: approx Viola. HEX triplet: BE, 7F and 9C. RGB value is (190,127,156). Sum of RGB (Red+Green+Blue) = 190+127+156=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F9C is #418063. Grayscale: #959595. Windows color (decimal): -4292708 or 10256318. OLE color: 10256318.

HSL color Cylindrical-coordinate representation of color #BE7F9C: hue angle of 332.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE7F9C is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB190127156-
CMYK00.330.180.25
HSL332.38º32.64%62.16%-
HSV(B)332.38º33.16%74.51%-
XYZ34.8328.5335.12-
YUV149.14131.87157.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=40.17%
G=26.85%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012715600.330.180.25332.3832.6462.16
HexBE7F9C021121914c213e
Octal27617723404122315144176
Binary1011111011111111001110001000011001011001101001100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F9C; }

 p { color: rgb(190,127,156); }

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

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

 a { background-color: rgb(190,127,156); }

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

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

 span { border-color: rgb(190,127,156); }

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