Html Css Color HEX #BD11BB Deep Magenta

📋 copy color: '#BD11BB'

red 189 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #BD11BB

Tints of Deep Magenta #BD11BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 48.09%
G = 4.33%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD11BB (or 0xBD11BB) is known color: Deep Magenta. HEX triplet: BD, 11 and BB. RGB value is (189,17,187). Sum of RGB (Red+Green+Blue) = 189+17+187=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD11BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD11BB is #42EE44. Grayscale: #575757. Windows color (decimal): -4386373 or 12259773. OLE color: 12259773.

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

Color convert

RGB 189 17 187 -
CMYK 0 0.91 0.01 0.26
HSL 300.7º 0.83% 0.4% -
HSV(B) 300.7º 0.91% 0.74% -
XYZ 30.16 14.81 48.28 -
YUV 87.81 183.98 200.18 -
System Red Green Blue C M Y K H S L
Decimal 189 17 187 0 0.91 0.01 0.26 300.7 0.83 0.4
Hex BD 11 BB 0 5B 1 1A 12D 53 28
Octal 275 21 273 0 133 1 32 455 123 50
Binary 10111101 10001 10111011 0 1011011 1 11010 100101101 1010011 101000

Color Harmonies of #BD11BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD11BB

Black with #BD11BB

Text Example


Text Example

White with #BD11BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD11BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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