Html Css Color HEX #BE24B0 Deep Magenta

📋 copy color: '#BE24B0'

red 190 ◦ green 36 ◦ blue 176

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

Shades of Deep Magenta #BE24B0

Tints of Deep Magenta #BE24B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.78%

R = 47.26%
G = 8.96%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE24B0 (or 0xBE24B0) is known color: Deep Magenta. HEX triplet: BE, 24 and B0. RGB value is (190,36,176). Sum of RGB (Red+Green+Blue) = 190+36+176=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE24B0 is #41DB4F. Grayscale: #616161. Windows color (decimal): -4315984 or 11543742. OLE color: 11543742.

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

Color convert

RGB 190 36 176 -
CMYK 0 0.81 0.07 0.25
HSL 305.45º 0.68% 0.44% -
HSV(B) 305.45º 0.81% 0.75% -
XYZ 29.7 15.34 42.47 -
YUV 98.01 172.02 193.62 -
System Red Green Blue C M Y K H S L
Decimal 190 36 176 0 0.81 0.07 0.25 305.45 0.68 0.44
Hex BE 24 B0 0 51 7 19 131 44 2C
Octal 276 44 260 0 121 7 31 461 104 54
Binary 10111110 100100 10110000 0 1010001 111 11001 100110001 1000100 101100

Color Harmonies of #BE24B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24B0

Black with #BE24B0

Text Example


Text Example

White with #BE24B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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