Html Css Color HEX #BE248A Medium Red Violet

📋 copy color: '#BE248A'

red 190 ◦ green 36 ◦ blue 138

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

Shades of Medium Red Violet #BE248A

Tints of Medium Red Violet #BE248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 52.2%
G = 9.89%
B = 37.91%

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

#BE248A (or 0xBE248A) is known color: Medium Red Violet. HEX triplet: BE, 24 and 8A. RGB value is (190,36,138). Sum of RGB (Red+Green+Blue) = 190+36+138=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE248A is #41DB75. Grayscale: #5D5D5D. Windows color (decimal): -4316022 or 9053374. OLE color: 9053374.

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

Color convert

RGB 190 36 138 -
CMYK 0 0.81 0.27 0.25
HSL 320.26º 0.68% 0.44% -
HSV(B) 320.26º 0.81% 0.75% -
XYZ 26.45 14.04 25.36 -
YUV 93.67 153.02 196.71 -
System Red Green Blue C M Y K H S L
Decimal 190 36 138 0 0.81 0.27 0.25 320.26 0.68 0.44
Hex BE 24 8A 0 51 1B 19 140 44 2C
Octal 276 44 212 0 121 33 31 500 104 54
Binary 10111110 100100 10001010 0 1010001 11011 11001 101000000 1000100 101100

Color Harmonies of #BE248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE248A

Black with #BE248A

Text Example


Text Example

White with #BE248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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