Html Css Color HEX #BD10AC Deep Magenta

📋 copy color: '#BD10AC'

red 189 ◦ green 16 ◦ blue 172

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

Shades of Deep Magenta #BD10AC

Tints of Deep Magenta #BD10AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.24%

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

R = 50.13%
G = 4.24%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD10AC (or 0xBD10AC) is known color: Deep Magenta. HEX triplet: BD, 10 and AC. RGB value is (189,16,172). Sum of RGB (Red+Green+Blue) = 189+16+172=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD10AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD10AC is #42EF53. Grayscale: #555555. Windows color (decimal): -4386644 or 11276477. OLE color: 11276477.

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

Color convert

RGB 189 16 172 -
CMYK 0 0.92 0.09 0.26
HSL 305.9º 0.84% 0.4% -
HSV(B) 305.9º 0.92% 0.74% -
XYZ 28.62 14.17 40.26 -
YUV 85.51 176.81 201.82 -
System Red Green Blue C M Y K H S L
Decimal 189 16 172 0 0.92 0.09 0.26 305.9 0.84 0.4
Hex BD 10 AC 0 5C 9 1A 132 54 28
Octal 275 20 254 0 134 11 32 462 124 50
Binary 10111101 10000 10101100 0 1011100 1001 11010 100110010 1010100 101000

Color Harmonies of #BD10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD10AC

Black with #BD10AC

Text Example


Text Example

White with #BD10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD10AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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