Html Css Color HEX #BE047A Medium Violet Red

📋 copy color: '#BE047A'

red 190 ◦ green 4 ◦ blue 122

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

Shades of Medium Violet Red #BE047A

Tints of Medium Violet Red #BE047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.61%

R = 60.13%
G = 1.27%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE047A (or 0xBE047A) is known color: Medium Violet Red. HEX triplet: BE, 04 and 7A. RGB value is (190,4,122). Sum of RGB (Red+Green+Blue) = 190+4+122=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE047A is #41FB85. Grayscale: #484848. Windows color (decimal): -4324230 or 7996606. OLE color: 7996606.

HSL color Cylindrical-coordinate representation of color #BE047A: hue angle of 321.94º 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 #BE047A is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 4 122 -
CMYK 0 0.98 0.36 0.25
HSL 321.94º 0.96% 0.38% -
HSV(B) 321.94º 0.98% 0.75% -
XYZ 24.79 12.44 19.51 -
YUV 73.07 155.62 211.41 -
System Red Green Blue C M Y K H S L
Decimal 190 4 122 0 0.98 0.36 0.25 321.94 0.96 0.38
Hex BE 4 7A 0 62 24 19 142 60 26
Octal 276 4 172 0 142 44 31 502 140 46
Binary 10111110 100 1111010 0 1100010 100100 11001 101000010 1100000 100110

Color Harmonies of #BE047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE047A

Black with #BE047A

Text Example


Text Example

White with #BE047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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