Html Css Color HEX #BE24A0 Medium Red Violet

📋 copy color: '#BE24A0'

red 190 ◦ green 36 ◦ blue 160

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

Shades of Medium Red Violet #BE24A0

Tints of Medium Red Violet #BE24A0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.33%

 BLUE value IS 160 (62.89% from 255) = 41.45%

R = 49.22%
G = 9.33%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE24A0 (or 0xBE24A0) is known color: Medium Red Violet. HEX triplet: BE, 24 and A0. RGB value is (190,36,160). Sum of RGB (Red+Green+Blue) = 190+36+160=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE24A0 is #41DB5F. Grayscale: #5F5F5F. Windows color (decimal): -4316000 or 10495166. OLE color: 10495166.

HSL color Cylindrical-coordinate representation of color #BE24A0: hue angle of 311.69º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE24A0 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 36 160 -
CMYK 0 0.81 0.16 0.25
HSL 311.69º 0.68% 0.44% -
HSV(B) 311.69º 0.81% 0.75% -
XYZ 28.21 14.75 34.62 -
YUV 96.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 190 36 160 0 0.81 0.16 0.25 311.69 0.68 0.44
Hex BE 24 A0 0 51 10 19 138 44 2C
Octal 276 44 240 0 121 20 31 470 104 54
Binary 10111110 100100 10100000 0 1010001 10000 11001 100111000 1000100 101100

Color Harmonies of #BE24A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24A0

Black with #BE24A0

Text Example


Text Example

White with #BE24A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24A0; }

 p { color: rgb(190,36,160); }

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

background-color css

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

 a { background-color: rgb(190,36,160); }

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

border-color css

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

 span { border-color: rgb(190,36,160); }

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