Html Css Color HEX #BD01AF Deep Magenta

📋 copy color: '#BD01AF'

red 189 ◦ green 1 ◦ blue 175

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

Shades of Deep Magenta #BD01AF

Tints of Deep Magenta #BD01AF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 51.78%
G = 0.27%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD01AF (or 0xBD01AF) is known color: Deep Magenta. HEX triplet: BD, 01 and AF. RGB value is (189,1,175). Sum of RGB (Red+Green+Blue) = 189+1+175=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD01AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD01AF is #42FE50. Grayscale: #4C4C4C. Windows color (decimal): -4390481 or 11469245. OLE color: 11469245.

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

Color convert

RGB 189 1 175 -
CMYK 0 0.99 0.07 0.26
HSL 304.47º 0.99% 0.37% -
HSV(B) 304.47º 0.99% 0.74% -
XYZ 28.73 13.94 41.73 -
YUV 77.05 183.28 207.85 -
System Red Green Blue C M Y K H S L
Decimal 189 1 175 0 0.99 0.07 0.26 304.47 0.99 0.37
Hex BD 1 AF 0 63 7 1A 130 63 25
Octal 275 1 257 0 143 7 32 460 143 45
Binary 10111101 1 10101111 0 1100011 111 11010 100110000 1100011 100101

Color Harmonies of #BD01AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD01AF

Black with #BD01AF

Text Example


Text Example

White with #BD01AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD01AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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