Html Css Color HEX #BD13AF Deep Magenta

📋 copy color: '#BD13AF'

red 189 ◦ green 19 ◦ blue 175

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

Shades of Deep Magenta #BD13AF

Tints of Deep Magenta #BD13AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.96%

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

R = 49.35%
G = 4.96%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD13AF (or 0xBD13AF) is known color: Deep Magenta. HEX triplet: BD, 13 and AF. RGB value is (189,19,175). Sum of RGB (Red+Green+Blue) = 189+19+175=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD13AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD13AF is #42EC50. Grayscale: #575757. Windows color (decimal): -4385873 or 11473853. OLE color: 11473853.

HSL color Cylindrical-coordinate representation of color #BD13AF: hue angle of 304.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD13AF is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 175 -
CMYK 0 0.90 0.07 0.26
HSL 304.94º 0.82% 0.41% -
HSV(B) 304.94º 0.9% 0.74% -
XYZ 28.96 14.38 41.81 -
YUV 87.61 177.32 200.32 -
System Red Green Blue C M Y K H S L
Decimal 189 19 175 0 0.90 0.07 0.26 304.94 0.82 0.41
Hex BD 13 AF 0 5A 7 1A 131 52 29
Octal 275 23 257 0 132 7 32 461 122 51
Binary 10111101 10011 10101111 0 1011010 111 11010 100110001 1010010 101001

Color Harmonies of #BD13AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD13AF

Black with #BD13AF

Text Example


Text Example

White with #BD13AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD13AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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