Html Css Color HEX #BD11BD Deep Magenta

📋 copy color: '#BD11BD'

red 189 ◦ green 17 ◦ blue 189

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

Shades of Deep Magenta #BD11BD

Tints of Deep Magenta #BD11BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 47.85%
G = 4.3%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD11BD (or 0xBD11BD) is known color: Deep Magenta. HEX triplet: BD, 11 and BD. RGB value is (189,17,189). Sum of RGB (Red+Green+Blue) = 189+17+189=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD11BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD11BD is #42EE42. Grayscale: #575757. Windows color (decimal): -4386371 or 12390845. OLE color: 12390845.

HSL color Cylindrical-coordinate representation of color #BD11BD: hue angle of 300º 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 #BD11BD is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 17 189 -
CMYK 0 0.91 0 0.26
HSL 300º 0.83% 0.4% -
HSV(B) 300º 0.91% 0.74% -
XYZ 30.37 14.89 49.42 -
YUV 88.04 184.98 200.01 -
System Red Green Blue C M Y K H S L
Decimal 189 17 189 0 0.91 0 0.26 300 0.83 0.4
Hex BD 11 BD 0 5B 0 1A 12C 53 28
Octal 275 21 275 0 133 0 32 454 123 50
Binary 10111101 10001 10111101 0 1011011 0 11010 100101100 1010011 101000

Color Harmonies of #BD11BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD11BD

Black with #BD11BD

Text Example


Text Example

White with #BD11BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD11BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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