Html Css Color HEX #BD24BE Deep Magenta

📋 copy color: '#BD24BE'

red 189 ◦ green 36 ◦ blue 190

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

Shades of Deep Magenta #BD24BE

Tints of Deep Magenta #BD24BE

RGB

 RED value IS 189 (74.22% from 255) = 45.54%

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 45.54%
G = 8.67%
B = 45.78%

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

#BD24BE (or 0xBD24BE) is known color: Deep Magenta. HEX triplet: BD, 24 and BE. RGB value is (189,36,190). Sum of RGB (Red+Green+Blue) = 189+36+190=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD24BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD24BE is #42DB41. Grayscale: #626262. Windows color (decimal): -4381506 or 12461245. OLE color: 12461245.

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

Color convert

RGB 189 36 190 -
CMYK 0.01 0.81 0 0.25
HSL 299.61º 0.68% 0.44% -
HSV(B) 299.61º 0.81% 0.75% -
XYZ 30.91 15.8 50.14 -
YUV 99.3 179.19 191.98 -
System Red Green Blue C M Y K H S L
Decimal 189 36 190 0.01 0.81 0 0.25 299.61 0.68 0.44
Hex BD 24 BE 1 51 0 19 12C 44 2C
Octal 275 44 276 1 121 0 31 454 104 54
Binary 10111101 100100 10111110 1 1010001 0 11001 100101100 1000100 101100

Color Harmonies of #BD24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD24BE

Black with #BD24BE

Text Example


Text Example

White with #BD24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD24BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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