Html Css Color HEX #BE249A Medium Red Violet

📋 copy color: '#BE249A'

red 190 ◦ green 36 ◦ blue 154

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

Shades of Medium Red Violet #BE249A

Tints of Medium Red Violet #BE249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.53%

R = 50%
G = 9.47%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE249A (or 0xBE249A) is known color: Medium Red Violet. HEX triplet: BE, 24 and 9A. RGB value is (190,36,154). Sum of RGB (Red+Green+Blue) = 190+36+154=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE249A is #41DB65. Grayscale: #5F5F5F. Windows color (decimal): -4316006 or 10101950. OLE color: 10101950.

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

Color convert

RGB 190 36 154 -
CMYK 0 0.81 0.19 0.25
HSL 314.03º 0.68% 0.44% -
HSV(B) 314.03º 0.81% 0.75% -
XYZ 27.7 14.54 31.92 -
YUV 95.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 190 36 154 0 0.81 0.19 0.25 314.03 0.68 0.44
Hex BE 24 9A 0 51 13 19 13A 44 2C
Octal 276 44 232 0 121 23 31 472 104 54
Binary 10111110 100100 10011010 0 1010001 10011 11001 100111010 1000100 101100

Color Harmonies of #BE249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE249A

Black with #BE249A

Text Example


Text Example

White with #BE249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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