Html Css Color HEX #BE24B3 Deep Magenta

📋 copy color: '#BE24B3'

red 190 ◦ green 36 ◦ blue 179

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

Shades of Deep Magenta #BE24B3

Tints of Deep Magenta #BE24B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.2%

R = 46.91%
G = 8.89%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE24B3 (or 0xBE24B3) is known color: Deep Magenta. HEX triplet: BE, 24 and B3. RGB value is (190,36,179). Sum of RGB (Red+Green+Blue) = 190+36+179=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24B3 is #41DB4C. Grayscale: #616161. Windows color (decimal): -4315981 or 11740350. OLE color: 11740350.

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

Color convert

RGB 190 36 179 -
CMYK 0 0.81 0.06 0.25
HSL 304.29º 0.68% 0.44% -
HSV(B) 304.29º 0.81% 0.75% -
XYZ 30 15.46 44.05 -
YUV 98.35 173.52 193.37 -
System Red Green Blue C M Y K H S L
Decimal 190 36 179 0 0.81 0.06 0.25 304.29 0.68 0.44
Hex BE 24 B3 0 51 6 19 130 44 2C
Octal 276 44 263 0 121 6 31 460 104 54
Binary 10111110 100100 10110011 0 1010001 110 11001 100110000 1000100 101100

Color Harmonies of #BE24B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24B3

Black with #BE24B3

Text Example


Text Example

White with #BE24B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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