Html Css Color HEX #BE046E Medium Violet Red

📋 copy color: '#BE046E'

red 190 ◦ green 4 ◦ blue 110

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

Shades of Medium Violet Red #BE046E

Tints of Medium Violet Red #BE046E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 62.5%
G = 1.32%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE046E (or 0xBE046E) is known color: Medium Violet Red. HEX triplet: BE, 04 and 6E. RGB value is (190,4,110). Sum of RGB (Red+Green+Blue) = 190+4+110=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE046E is #41FB91. Grayscale: #474747. Windows color (decimal): -4324242 or 7210174. OLE color: 7210174.

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

Color convert

RGB 190 4 110 -
CMYK 0 0.98 0.42 0.25
HSL 325.81º 0.96% 0.38% -
HSV(B) 325.81º 0.98% 0.75% -
XYZ 24.09 12.16 15.83 -
YUV 71.7 149.62 212.38 -
System Red Green Blue C M Y K H S L
Decimal 190 4 110 0 0.98 0.42 0.25 325.81 0.96 0.38
Hex BE 4 6E 0 62 2A 19 146 60 26
Octal 276 4 156 0 142 52 31 506 140 46
Binary 10111110 100 1101110 0 1100010 101010 11001 101000110 1100000 100110

Color Harmonies of #BE046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE046E

Black with #BE046E

Text Example


Text Example

White with #BE046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE046E; }

 p { color: rgb(190,4,110); }

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

background-color css

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

 a { background-color: rgb(190,4,110); }

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

border-color css

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

 span { border-color: rgb(190,4,110); }

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