Html Css Color HEX #BE0A8D Medium Violet Red

📋 copy color: '#BE0A8D'

red 190 ◦ green 10 ◦ blue 141

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

Shades of Medium Violet Red #BE0A8D

Tints of Medium Violet Red #BE0A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 55.72%
G = 2.93%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE0A8D (or 0xBE0A8D) is known color: Medium Violet Red. HEX triplet: BE, 0A and 8D. RGB value is (190,10,141). Sum of RGB (Red+Green+Blue) = 190+10+141=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0A8D is #41F572. Grayscale: #4E4E4E. Windows color (decimal): -4322675 or 9243326. OLE color: 9243326.

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

Color convert

RGB 190 10 141 -
CMYK 0 0.95 0.26 0.25
HSL 316.33º 0.9% 0.39% -
HSV(B) 316.33º 0.95% 0.75% -
XYZ 26.15 13.09 26.35 -
YUV 78.75 163.13 207.35 -
System Red Green Blue C M Y K H S L
Decimal 190 10 141 0 0.95 0.26 0.25 316.33 0.9 0.39
Hex BE A 8D 0 5F 1A 19 13C 5A 27
Octal 276 12 215 0 137 32 31 474 132 47
Binary 10111110 1010 10001101 0 1011111 11010 11001 100111100 1011010 100111

Color Harmonies of #BE0A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0A8D

Black with #BE0A8D

Text Example


Text Example

White with #BE0A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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