Html Css Color HEX #BE0A92 Medium Violet Red

📋 copy color: '#BE0A92'

red 190 ◦ green 10 ◦ blue 146

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

Shades of Medium Violet Red #BE0A92

Tints of Medium Violet Red #BE0A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 54.91%
G = 2.89%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE0A92 (or 0xBE0A92) is known color: Medium Violet Red. HEX triplet: BE, 0A and 92. RGB value is (190,10,146). Sum of RGB (Red+Green+Blue) = 190+10+146=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0A92 is #41F56D. Grayscale: #4E4E4E. Windows color (decimal): -4322670 or 9571006. OLE color: 9571006.

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

Color convert

RGB 190 10 146 -
CMYK 0 0.95 0.23 0.25
HSL 314.67º 0.9% 0.39% -
HSV(B) 314.67º 0.95% 0.75% -
XYZ 26.53 13.24 28.35 -
YUV 79.32 165.63 206.94 -
System Red Green Blue C M Y K H S L
Decimal 190 10 146 0 0.95 0.23 0.25 314.67 0.9 0.39
Hex BE A 92 0 5F 17 19 13B 5A 27
Octal 276 12 222 0 137 27 31 473 132 47
Binary 10111110 1010 10010010 0 1011111 10111 11001 100111011 1011010 100111

Color Harmonies of #BE0A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0A92

Black with #BE0A92

Text Example


Text Example

White with #BE0A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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