Html Css Color HEX #BE248B Medium Red Violet

📋 copy color: '#BE248B'

red 190 ◦ green 36 ◦ blue 139

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

Shades of Medium Red Violet #BE248B

Tints of Medium Red Violet #BE248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 52.05%
G = 9.86%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE248B (or 0xBE248B) is known color: Medium Red Violet. HEX triplet: BE, 24 and 8B. RGB value is (190,36,139). Sum of RGB (Red+Green+Blue) = 190+36+139=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE248B is #41DB74. Grayscale: #5D5D5D. Windows color (decimal): -4316021 or 9118910. OLE color: 9118910.

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

Color convert

RGB 190 36 139 -
CMYK 0 0.81 0.27 0.25
HSL 319.87º 0.68% 0.44% -
HSV(B) 319.87º 0.81% 0.75% -
XYZ 26.53 14.07 25.74 -
YUV 93.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 190 36 139 0 0.81 0.27 0.25 319.87 0.68 0.44
Hex BE 24 8B 0 51 1B 19 140 44 2C
Octal 276 44 213 0 121 33 31 500 104 54
Binary 10111110 100100 10001011 0 1010001 11011 11001 101000000 1000100 101100

Color Harmonies of #BE248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE248B

Black with #BE248B

Text Example


Text Example

White with #BE248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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