Html Css Color HEX #BD00AC Deep Magenta

📋 copy color: '#BD00AC'

red 189 ◦ green 0 ◦ blue 172

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

Shades of Deep Magenta #BD00AC

Tints of Deep Magenta #BD00AC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 52.35%
G = 0%
B = 47.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD00AC (or 0xBD00AC) is known color: Deep Magenta. HEX triplet: BD, 00 and AC. RGB value is (189,0,172). Sum of RGB (Red+Green+Blue) = 189+0+172=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD00AC is #42FF53. Grayscale: #4B4B4B. Windows color (decimal): -4390740 or 11272381. OLE color: 11272381.

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

Color convert

RGB 189 0 172 -
CMYK 0 1 0.09 0.26
HSL 305.4º 1% 0.37% -
HSV(B) 305.4º 1% 0.74% -
XYZ 28.43 13.8 40.19 -
YUV 76.12 182.12 208.51 -
System Red Green Blue C M Y K H S L
Decimal 189 0 172 0 1 0.09 0.26 305.4 1 0.37
Hex BD 0 AC 0 64 9 1A 131 64 25
Octal 275 0 254 0 144 11 32 461 144 45
Binary 10111101 0 10101100 0 1100100 1001 11010 100110001 1100100 100101

Color Harmonies of #BD00AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD00AC

Black with #BD00AC

Text Example


Text Example

White with #BD00AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD00AC; }

 p { color: rgb(189,0,172); }

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

background-color css

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

 a { background-color: rgb(189,0,172); }

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

border-color css

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

 span { border-color: rgb(189,0,172); }

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