Html Css Color HEX #BE0A70 Medium Violet Red

📋 copy color: '#BE0A70'

red 190 ◦ green 10 ◦ blue 112

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

Shades of Medium Violet Red #BE0A70

Tints of Medium Violet Red #BE0A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.21%

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 60.9%
G = 3.21%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE0A70 (or 0xBE0A70) is known color: Medium Violet Red. HEX triplet: BE, 0A and 70. RGB value is (190,10,112). Sum of RGB (Red+Green+Blue) = 190+10+112=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0A70 is #41F58F. Grayscale: #4B4B4B. Windows color (decimal): -4322704 or 7342782. OLE color: 7342782.

HSL color Cylindrical-coordinate representation of color #BE0A70: hue angle of 326º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0A70 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 10 112 -
CMYK 0 0.95 0.41 0.25
HSL 326º 0.9% 0.39% -
HSV(B) 326º 0.95% 0.75% -
XYZ 24.27 12.33 16.43 -
YUV 75.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 190 10 112 0 0.95 0.41 0.25 326 0.9 0.39
Hex BE A 70 0 5F 29 19 146 5A 27
Octal 276 12 160 0 137 51 31 506 132 47
Binary 10111110 1010 1110000 0 1011111 101001 11001 101000110 1011010 100111

Color Harmonies of #BE0A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0A70

Black with #BE0A70

Text Example


Text Example

White with #BE0A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0A70; }

 p { color: rgb(190,10,112); }

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

background-color css

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

 a { background-color: rgb(190,10,112); }

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

border-color css

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

 span { border-color: rgb(190,10,112); }

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