Html Css Color HEX #BD24BD Deep Magenta

📋 copy color: '#BD24BD'

red 189 ◦ green 36 ◦ blue 189

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

Shades of Deep Magenta #BD24BD

Tints of Deep Magenta #BD24BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 45.65%
G = 8.7%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD24BD (or 0xBD24BD) is known color: Deep Magenta. HEX triplet: BD, 24 and BD. RGB value is (189,36,189). Sum of RGB (Red+Green+Blue) = 189+36+189=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD24BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD24BD is #42DB42. Grayscale: #626262. Windows color (decimal): -4381507 or 12395709. OLE color: 12395709.

HSL color Cylindrical-coordinate representation of color #BD24BD: hue angle of 300º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD24BD is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 36 189 -
CMYK 0 0.81 0 0.26
HSL 300º 0.68% 0.44% -
HSV(B) 300º 0.81% 0.74% -
XYZ 30.8 15.75 49.56 -
YUV 99.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 189 36 189 0 0.81 0 0.26 300 0.68 0.44
Hex BD 24 BD 0 51 0 1A 12C 44 2C
Octal 275 44 275 0 121 0 32 454 104 54
Binary 10111101 100100 10111101 0 1010001 0 11010 100101100 1000100 101100

Color Harmonies of #BD24BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD24BD

Black with #BD24BD

Text Example


Text Example

White with #BD24BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD24BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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