Html Css Color HEX #BD24BB Deep Magenta

📋 copy color: '#BD24BB'

red 189 ◦ green 36 ◦ blue 187

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

Shades of Deep Magenta #BD24BB

Tints of Deep Magenta #BD24BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 45.87%
G = 8.74%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD24BB (or 0xBD24BB) is known color: Deep Magenta. HEX triplet: BD, 24 and BB. RGB value is (189,36,187). Sum of RGB (Red+Green+Blue) = 189+36+187=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD24BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD24BB is #42DB44. Grayscale: #626262. Windows color (decimal): -4381509 or 12264637. OLE color: 12264637.

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

Color convert

RGB 189 36 187 -
CMYK 0 0.81 0.01 0.26
HSL 300.78º 0.68% 0.44% -
HSV(B) 300.78º 0.81% 0.74% -
XYZ 30.59 15.67 48.43 -
YUV 98.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 189 36 187 0 0.81 0.01 0.26 300.78 0.68 0.44
Hex BD 24 BB 0 51 1 1A 12D 44 2C
Octal 275 44 273 0 121 1 32 455 104 54
Binary 10111101 100100 10111011 0 1010001 1 11010 100101101 1000100 101100

Color Harmonies of #BD24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD24BB

Black with #BD24BB

Text Example


Text Example

White with #BD24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD24BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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