Html Css Color HEX #BE0A7F Medium Violet Red

📋 copy color: '#BE0A7F'

red 190 ◦ green 10 ◦ blue 127

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

Shades of Medium Violet Red #BE0A7F

Tints of Medium Violet Red #BE0A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.84%

R = 58.1%
G = 3.06%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE0A7F (or 0xBE0A7F) is known color: Medium Violet Red. HEX triplet: BE, 0A and 7F. RGB value is (190,10,127). Sum of RGB (Red+Green+Blue) = 190+10+127=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0A7F is #41F580. Grayscale: #4C4C4C. Windows color (decimal): -4322689 or 8325822. OLE color: 8325822.

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

Color convert

RGB 190 10 127 -
CMYK 0 0.95 0.33 0.25
HSL 321º 0.9% 0.39% -
HSV(B) 321º 0.95% 0.75% -
XYZ 25.17 12.7 21.2 -
YUV 77.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 190 10 127 0 0.95 0.33 0.25 321 0.9 0.39
Hex BE A 7F 0 5F 21 19 141 5A 27
Octal 276 12 177 0 137 41 31 501 132 47
Binary 10111110 1010 1111111 0 1011111 100001 11001 101000001 1011010 100111

Color Harmonies of #BE0A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0A7F

Black with #BE0A7F

Text Example


Text Example

White with #BE0A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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