Html Css Color HEX #BD11BA Deep Magenta

📋 copy color: '#BD11BA'

red 189 ◦ green 17 ◦ blue 186

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

Shades of Deep Magenta #BD11BA

Tints of Deep Magenta #BD11BA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.34%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 48.21%
G = 4.34%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD11BA (or 0xBD11BA) is known color: Deep Magenta. HEX triplet: BD, 11 and BA. RGB value is (189,17,186). Sum of RGB (Red+Green+Blue) = 189+17+186=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD11BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD11BA is #42EE45. Grayscale: #575757. Windows color (decimal): -4386374 or 12194237. OLE color: 12194237.

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

Color convert

RGB 189 17 186 -
CMYK 0 0.91 0.02 0.26
HSL 301.05º 0.83% 0.4% -
HSV(B) 301.05º 0.91% 0.74% -
XYZ 30.05 14.76 47.72 -
YUV 87.69 183.48 200.26 -
System Red Green Blue C M Y K H S L
Decimal 189 17 186 0 0.91 0.02 0.26 301.05 0.83 0.4
Hex BD 11 BA 0 5B 2 1A 12D 53 28
Octal 275 21 272 0 133 2 32 455 123 50
Binary 10111101 10001 10111010 0 1011011 10 11010 100101101 1010011 101000

Color Harmonies of #BD11BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD11BA

Black with #BD11BA

Text Example


Text Example

White with #BD11BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD11BA; }

 p { color: rgb(189,17,186); }

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

background-color css

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

 a { background-color: rgb(189,17,186); }

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

border-color css

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

 span { border-color: rgb(189,17,186); }

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