Html Css Color HEX #BE0699 Medium Violet Red

📋 copy color: '#BE0699'

red 190 ◦ green 6 ◦ blue 153

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

Shades of Medium Violet Red #BE0699

Tints of Medium Violet Red #BE0699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

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

R = 54.44%
G = 1.72%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE0699 (or 0xBE0699) is known color: Medium Violet Red. HEX triplet: BE, 06 and 99. RGB value is (190,6,153). Sum of RGB (Red+Green+Blue) = 190+6+153=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0699 is #41F966. Grayscale: #4D4D4D. Windows color (decimal): -4323687 or 10028734. OLE color: 10028734.

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

Color convert

RGB 190 6 153 -
CMYK 0 0.97 0.19 0.25
HSL 312.07º 0.94% 0.38% -
HSV(B) 312.07º 0.97% 0.75% -
XYZ 27.05 13.38 31.29 -
YUV 77.77 170.46 208.05 -
System Red Green Blue C M Y K H S L
Decimal 190 6 153 0 0.97 0.19 0.25 312.07 0.94 0.38
Hex BE 6 99 0 61 13 19 138 5E 26
Octal 276 6 231 0 141 23 31 470 136 46
Binary 10111110 110 10011001 0 1100001 10011 11001 100111000 1011110 100110

Color Harmonies of #BE0699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0699

Black with #BE0699

Text Example


Text Example

White with #BE0699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0699; }

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

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

background-color css

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

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

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

border-color css

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

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

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