Html Css Color HEX #BE248C Medium Red Violet

📋 copy color: '#BE248C'

red 190 ◦ green 36 ◦ blue 140

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

Shades of Medium Red Violet #BE248C

Tints of Medium Red Violet #BE248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 51.91%
G = 9.84%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE248C (or 0xBE248C) is known color: Medium Red Violet. HEX triplet: BE, 24 and 8C. RGB value is (190,36,140). Sum of RGB (Red+Green+Blue) = 190+36+140=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE248C is #41DB73. Grayscale: #5D5D5D. Windows color (decimal): -4316020 or 9184446. OLE color: 9184446.

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

Color convert

RGB 190 36 140 -
CMYK 0 0.81 0.26 0.25
HSL 319.48º 0.68% 0.44% -
HSV(B) 319.48º 0.81% 0.75% -
XYZ 26.6 14.1 26.13 -
YUV 93.9 154.02 196.54 -
System Red Green Blue C M Y K H S L
Decimal 190 36 140 0 0.81 0.26 0.25 319.48 0.68 0.44
Hex BE 24 8C 0 51 1A 19 13F 44 2C
Octal 276 44 214 0 121 32 31 477 104 54
Binary 10111110 100100 10001100 0 1010001 11010 11001 100111111 1000100 101100

Color Harmonies of #BE248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE248C

Black with #BE248C

Text Example


Text Example

White with #BE248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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