Html Css Color HEX #BE0299 Medium Violet Red

📋 copy color: '#BE0299'

red 190 ◦ green 2 ◦ blue 153

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

Shades of Medium Violet Red #BE0299

Tints of Medium Violet Red #BE0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 55.07%
G = 0.58%
B = 44.35%

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

#BE0299 (or 0xBE0299) is known color: Medium Violet Red. HEX triplet: BE, 02 and 99. RGB value is (190,2,153). Sum of RGB (Red+Green+Blue) = 190+2+153=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0299 is #41FD66. Grayscale: #4B4B4B. Windows color (decimal): -4324711 or 10027710. OLE color: 10027710.

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

Color convert

RGB 190 2 153 -
CMYK 0 0.99 0.19 0.25
HSL 311.81º 0.98% 0.38% -
HSV(B) 311.81º 0.99% 0.75% -
XYZ 27.01 13.29 31.28 -
YUV 75.43 171.78 209.72 -
System Red Green Blue C M Y K H S L
Decimal 190 2 153 0 0.99 0.19 0.25 311.81 0.98 0.38
Hex BE 2 99 0 63 13 19 138 62 26
Octal 276 2 231 0 143 23 31 470 142 46
Binary 10111110 10 10011001 0 1100011 10011 11001 100111000 1100010 100110

Color Harmonies of #BE0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0299

Black with #BE0299

Text Example


Text Example

White with #BE0299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0299; }

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

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

background-color css

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

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

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

border-color css

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

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

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