Html Css Color HEX #BE24AF Deep Magenta

📋 copy color: '#BE24AF'

red 190 ◦ green 36 ◦ blue 175

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

Shades of Deep Magenta #BE24AF

Tints of Deep Magenta #BE24AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 47.38%
G = 8.98%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE24AF (or 0xBE24AF) is known color: Deep Magenta. HEX triplet: BE, 24 and AF. RGB value is (190,36,175). Sum of RGB (Red+Green+Blue) = 190+36+175=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE24AF is #41DB50. Grayscale: #616161. Windows color (decimal): -4315985 or 11478206. OLE color: 11478206.

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

Color convert

RGB 190 36 175 -
CMYK 0 0.81 0.08 0.25
HSL 305.84º 0.68% 0.44% -
HSV(B) 305.84º 0.81% 0.75% -
XYZ 29.6 15.3 41.95 -
YUV 97.89 171.52 193.7 -
System Red Green Blue C M Y K H S L
Decimal 190 36 175 0 0.81 0.08 0.25 305.84 0.68 0.44
Hex BE 24 AF 0 51 8 19 132 44 2C
Octal 276 44 257 0 121 10 31 462 104 54
Binary 10111110 100100 10101111 0 1010001 1000 11001 100110010 1000100 101100

Color Harmonies of #BE24AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24AF

Black with #BE24AF

Text Example


Text Example

White with #BE24AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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