Html Css Color HEX #BD24AF Deep Magenta

📋 copy color: '#BD24AF'

red 189 ◦ green 36 ◦ blue 175

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

Shades of Deep Magenta #BD24AF

Tints of Deep Magenta #BD24AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 47.25%
G = 9%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD24AF (or 0xBD24AF) is known color: Deep Magenta. HEX triplet: BD, 24 and AF. RGB value is (189,36,175). Sum of RGB (Red+Green+Blue) = 189+36+175=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD24AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD24AF is #42DB50. Grayscale: #616161. Windows color (decimal): -4381521 or 11478205. OLE color: 11478205.

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

Color convert

RGB 189 36 175 -
CMYK 0 0.81 0.07 0.26
HSL 305.49º 0.68% 0.44% -
HSV(B) 305.49º 0.81% 0.74% -
XYZ 29.36 15.18 41.94 -
YUV 97.59 171.69 193.2 -
System Red Green Blue C M Y K H S L
Decimal 189 36 175 0 0.81 0.07 0.26 305.49 0.68 0.44
Hex BD 24 AF 0 51 7 1A 131 44 2C
Octal 275 44 257 0 121 7 32 461 104 54
Binary 10111101 100100 10101111 0 1010001 111 11010 100110001 1000100 101100

Color Harmonies of #BD24AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD24AF

Black with #BD24AF

Text Example


Text Example

White with #BD24AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD24AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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