#BE099D

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

Shades of Medium Violet Red #BE099D

Tints of Medium Violet Red #BE099D

Color information

#BE099D (or 0xBE099D) is unknown color: approx Medium Violet Red. HEX triplet: BE, 09 and 9D. RGB value is (190,9,157). Sum of RGB (Red+Green+Blue) = 190+9+157=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE099D is #41F662. Grayscale: #4F4F4F. Windows color (decimal): -4322915 or 10291646. OLE color: 10291646.

HSL color Cylindrical-coordinate representation of color #BE099D: hue angle of 310.94º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE099D is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB1909157-
CMYK00.950.170.25
HSL310.94º90.95%39.02%-
HSV(B)310.94º95.26%74.51%-
XYZ27.4213.5833.07-
YUV79.99171.47206.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 9 (3.91% from 255) = 2.53%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=53.37%
G=2.53%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190915700.950.170.25310.9490.9539.02
HexBE99D05F11191375b27
Octal276112350137213146713347
Binary101111101001100111010101111110001110011001101111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE099D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE099D; }

 p { color: rgb(190,9,157); }

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

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

 a { background-color: rgb(190,9,157); }

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

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

 span { border-color: rgb(190,9,157); }

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