Html Css Color HEX #BE24BB Deep Magenta

📋 copy color: '#BE24BB'

red 190 ◦ green 36 ◦ blue 187

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

Shades of Deep Magenta #BE24BB

Tints of Deep Magenta #BE24BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 46%
G = 8.72%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE24BB (or 0xBE24BB) is known color: Deep Magenta. HEX triplet: BE, 24 and BB. RGB value is (190,36,187). Sum of RGB (Red+Green+Blue) = 190+36+187=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24BB is #41DB44. Grayscale: #626262. Windows color (decimal): -4315973 or 12264638. OLE color: 12264638.

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

Color convert

RGB 190 36 187 -
CMYK 0 0.81 0.02 0.25
HSL 301.17º 0.68% 0.44% -
HSV(B) 301.17º 0.81% 0.75% -
XYZ 30.84 15.8 48.44 -
YUV 99.26 177.52 192.72 -
System Red Green Blue C M Y K H S L
Decimal 190 36 187 0 0.81 0.02 0.25 301.17 0.68 0.44
Hex BE 24 BB 0 51 2 19 12D 44 2C
Octal 276 44 273 0 121 2 31 455 104 54
Binary 10111110 100100 10111011 0 1010001 10 11001 100101101 1000100 101100

Color Harmonies of #BE24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24BB

Black with #BE24BB

Text Example


Text Example

White with #BE24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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