Html Css Color HEX #BD24BA Deep Magenta

📋 copy color: '#BD24BA'

red 189 ◦ green 36 ◦ blue 186

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

Shades of Deep Magenta #BD24BA

Tints of Deep Magenta #BD24BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 45.99%
G = 8.76%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD24BA (or 0xBD24BA) is known color: Deep Magenta. HEX triplet: BD, 24 and BA. RGB value is (189,36,186). Sum of RGB (Red+Green+Blue) = 189+36+186=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD24BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD24BA is #42DB45. Grayscale: #626262. Windows color (decimal): -4381510 or 12199101. OLE color: 12199101.

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

Color convert

RGB 189 36 186 -
CMYK 0 0.81 0.02 0.26
HSL 301.18º 0.68% 0.44% -
HSV(B) 301.18º 0.81% 0.74% -
XYZ 30.48 15.63 47.86 -
YUV 98.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 189 36 186 0 0.81 0.02 0.26 301.18 0.68 0.44
Hex BD 24 BA 0 51 2 1A 12D 44 2C
Octal 275 44 272 0 121 2 32 455 104 54
Binary 10111101 100100 10111010 0 1010001 10 11010 100101101 1000100 101100

Color Harmonies of #BD24BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD24BA

Black with #BD24BA

Text Example


Text Example

White with #BD24BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD24BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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