Html Css Color HEX #BE0199 Medium Violet Red

📋 copy color: '#BE0199'

red 190 ◦ green 1 ◦ blue 153

#BE0199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BE0199

Tints of Medium Violet Red #BE0199

RGB

 RED value IS 190 (74.61% from 255) = 55.23%

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 55.23%
G = 0.29%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE0199 (or 0xBE0199) is known color: Medium Violet Red. HEX triplet: BE, 01 and 99. RGB value is (190,1,153). Sum of RGB (Red+Green+Blue) = 190+1+153=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0199 is #41FE66. Grayscale: #4A4A4A. Windows color (decimal): -4324967 or 10027454. OLE color: 10027454.

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

Color convert

RGB 190 1 153 -
CMYK 0 0.99 0.19 0.25
HSL 311.75º 0.99% 0.37% -
HSV(B) 311.75º 0.99% 0.75% -
XYZ 27 13.27 31.28 -
YUV 74.84 172.12 210.14 -
System Red Green Blue C M Y K H S L
Decimal 190 1 153 0 0.99 0.19 0.25 311.75 0.99 0.37
Hex BE 1 99 0 63 13 19 138 63 25
Octal 276 1 231 0 143 23 31 470 143 45
Binary 10111110 1 10011001 0 1100011 10011 11001 100111000 1100011 100101

Color Harmonies of #BE0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0199

Black with #BE0199

Text Example


Text Example

White with #BE0199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0199; }

 p { color: rgb(190,1,153); }

 H1.HeaderClassName
 {
   color: #BE0199;
 }
 .AnyTagClassName
 {
   color: #BE0199;
 }
</style>

background-color css

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

 a { background-color: rgb(190,1,153); }

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

border-color css

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

 span { border-color: rgb(190,1,153); }

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