Html Css Color HEX #BE24BF Deep Magenta

📋 copy color: '#BE24BF'

red 190 ◦ green 36 ◦ blue 191

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

Shades of Deep Magenta #BE24BF

Tints of Deep Magenta #BE24BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 45.56%
G = 8.63%
B = 45.8%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE24BF (or 0xBE24BF) is known color: Deep Magenta. HEX triplet: BE, 24 and BF. RGB value is (190,36,191). Sum of RGB (Red+Green+Blue) = 190+36+191=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE24BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24BF is #41DB40. Grayscale: #636363. Windows color (decimal): -4315969 or 12526782. OLE color: 12526782.

HSL color Cylindrical-coordinate representation of color #BE24BF: hue angle of 299.61º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE24BF is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 36 191 -
CMYK 0.01 0.81 0 0.25
HSL 299.61º 0.68% 0.45% -
HSV(B) 299.61º 0.81% 0.75% -
XYZ 31.27 15.97 50.72 -
YUV 99.72 179.52 192.4 -
System Red Green Blue C M Y K H S L
Decimal 190 36 191 0.01 0.81 0 0.25 299.61 0.68 0.45
Hex BE 24 BF 1 51 0 19 12C 44 2D
Octal 276 44 277 1 121 0 31 454 104 55
Binary 10111110 100100 10111111 1 1010001 0 11001 100101100 1000100 101101

Color Harmonies of #BE24BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24BF

Black with #BE24BF

Text Example


Text Example

White with #BE24BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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