Html Css Color HEX #BE2A86 Medium Red Violet

📋 copy color: '#BE2A86'

red 190 ◦ green 42 ◦ blue 134

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

Shades of Medium Red Violet #BE2A86

Tints of Medium Red Violet #BE2A86

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.48%

 BLUE value IS 134 (52.73% from 255) = 36.61%

R = 51.91%
G = 11.48%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE2A86 (or 0xBE2A86) is known color: Medium Red Violet. HEX triplet: BE, 2A and 86. RGB value is (190,42,134). Sum of RGB (Red+Green+Blue) = 190+42+134=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2A86 is #41D579. Grayscale: #606060. Windows color (decimal): -4314490 or 8792766. OLE color: 8792766.

HSL color Cylindrical-coordinate representation of color #BE2A86: hue angle of 322.7º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2A86 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 42 134 -
CMYK 0 0.78 0.29 0.25
HSL 322.7º 0.64% 0.45% -
HSV(B) 322.7º 0.78% 0.75% -
XYZ 26.37 14.32 23.93 -
YUV 96.74 149.03 194.52 -
System Red Green Blue C M Y K H S L
Decimal 190 42 134 0 0.78 0.29 0.25 322.7 0.64 0.45
Hex BE 2A 86 0 4E 1D 19 143 40 2D
Octal 276 52 206 0 116 35 31 503 100 55
Binary 10111110 101010 10000110 0 1001110 11101 11001 101000011 1000000 101101

Color Harmonies of #BE2A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A86

Black with #BE2A86

Text Example


Text Example

White with #BE2A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A86; }

 p { color: rgb(190,42,134); }

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

background-color css

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

 a { background-color: rgb(190,42,134); }

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

border-color css

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

 span { border-color: rgb(190,42,134); }

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