Html Css Color HEX #BE0A7E Medium Violet Red

📋 copy color: '#BE0A7E'

red 190 ◦ green 10 ◦ blue 126

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

Shades of Medium Violet Red #BE0A7E

Tints of Medium Violet Red #BE0A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 58.28%
G = 3.07%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE0A7E (or 0xBE0A7E) is known color: Medium Violet Red. HEX triplet: BE, 0A and 7E. RGB value is (190,10,126). Sum of RGB (Red+Green+Blue) = 190+10+126=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0A7E is #41F581. Grayscale: #4C4C4C. Windows color (decimal): -4322690 or 8260286. OLE color: 8260286.

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

Color convert

RGB 190 10 126 -
CMYK 0 0.95 0.34 0.25
HSL 321.33º 0.9% 0.39% -
HSV(B) 321.33º 0.95% 0.75% -
XYZ 25.11 12.67 20.86 -
YUV 77.04 155.63 208.57 -
System Red Green Blue C M Y K H S L
Decimal 190 10 126 0 0.95 0.34 0.25 321.33 0.9 0.39
Hex BE A 7E 0 5F 22 19 141 5A 27
Octal 276 12 176 0 137 42 31 501 132 47
Binary 10111110 1010 1111110 0 1011111 100010 11001 101000001 1011010 100111

Color Harmonies of #BE0A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0A7E

Black with #BE0A7E

Text Example


Text Example

White with #BE0A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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