Html Css Color HEX #BE248D Medium Red Violet

📋 copy color: '#BE248D'

red 190 ◦ green 36 ◦ blue 141

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

Shades of Medium Red Violet #BE248D

Tints of Medium Red Violet #BE248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 51.77%
G = 9.81%
B = 38.42%

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

#BE248D (or 0xBE248D) is known color: Medium Red Violet. HEX triplet: BE, 24 and 8D. RGB value is (190,36,141). Sum of RGB (Red+Green+Blue) = 190+36+141=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE248D is #41DB72. Grayscale: #5D5D5D. Windows color (decimal): -4316019 or 9249982. OLE color: 9249982.

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

Color convert

RGB 190 36 141 -
CMYK 0 0.81 0.26 0.25
HSL 319.09º 0.68% 0.44% -
HSV(B) 319.09º 0.81% 0.75% -
XYZ 26.67 14.13 26.52 -
YUV 94.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 190 36 141 0 0.81 0.26 0.25 319.09 0.68 0.44
Hex BE 24 8D 0 51 1A 19 13F 44 2C
Octal 276 44 215 0 121 32 31 477 104 54
Binary 10111110 100100 10001101 0 1010001 11010 11001 100111111 1000100 101100

Color Harmonies of #BE248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE248D

Black with #BE248D

Text Example


Text Example

White with #BE248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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