Html Css Color HEX #BE24BC Deep Magenta

📋 copy color: '#BE24BC'

red 190 ◦ green 36 ◦ blue 188

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

Shades of Deep Magenta #BE24BC

Tints of Deep Magenta #BE24BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 45.89%
G = 8.7%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE24BC (or 0xBE24BC) is known color: Deep Magenta. HEX triplet: BE, 24 and BC. RGB value is (190,36,188). Sum of RGB (Red+Green+Blue) = 190+36+188=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24BC is #41DB43. Grayscale: #626262. Windows color (decimal): -4315972 or 12330174. OLE color: 12330174.

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

Color convert

RGB 190 36 188 -
CMYK 0 0.81 0.01 0.25
HSL 300.78º 0.68% 0.44% -
HSV(B) 300.78º 0.81% 0.75% -
XYZ 30.94 15.84 49 -
YUV 99.37 178.02 192.64 -
System Red Green Blue C M Y K H S L
Decimal 190 36 188 0 0.81 0.01 0.25 300.78 0.68 0.44
Hex BE 24 BC 0 51 1 19 12D 44 2C
Octal 276 44 274 0 121 1 31 455 104 54
Binary 10111110 100100 10111100 0 1010001 1 11001 100101101 1000100 101100

Color Harmonies of #BE24BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24BC

Black with #BE24BC

Text Example


Text Example

White with #BE24BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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