Html Css Color HEX #BD17AF Deep Magenta

📋 copy color: '#BD17AF'

red 189 ◦ green 23 ◦ blue 175

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

Shades of Deep Magenta #BD17AF

Tints of Deep Magenta #BD17AF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.94%

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

R = 48.84%
G = 5.94%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD17AF (or 0xBD17AF) is known color: Deep Magenta. HEX triplet: BD, 17 and AF. RGB value is (189,23,175). Sum of RGB (Red+Green+Blue) = 189+23+175=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17AF is #42E850. Grayscale: #595959. Windows color (decimal): -4384849 or 11474877. OLE color: 11474877.

HSL color Cylindrical-coordinate representation of color #BD17AF: hue angle of 305.06º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD17AF is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 23 175 -
CMYK 0 0.88 0.07 0.26
HSL 305.06º 0.78% 0.42% -
HSV(B) 305.06º 0.88% 0.74% -
XYZ 29.03 14.53 41.83 -
YUV 89.96 176 198.64 -
System Red Green Blue C M Y K H S L
Decimal 189 23 175 0 0.88 0.07 0.26 305.06 0.78 0.42
Hex BD 17 AF 0 58 7 1A 131 4E 2A
Octal 275 27 257 0 130 7 32 461 116 52
Binary 10111101 10111 10101111 0 1011000 111 11010 100110001 1001110 101010

Color Harmonies of #BD17AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17AF

Black with #BD17AF

Text Example


Text Example

White with #BD17AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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