Html Css Color HEX #BD11B1 Deep Magenta

📋 copy color: '#BD11B1'

red 189 ◦ green 17 ◦ blue 177

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

Shades of Deep Magenta #BD11B1

Tints of Deep Magenta #BD11B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.21%

R = 49.35%
G = 4.44%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD11B1 (or 0xBD11B1) is known color: Deep Magenta. HEX triplet: BD, 11 and B1. RGB value is (189,17,177). Sum of RGB (Red+Green+Blue) = 189+17+177=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD11B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD11B1 is #42EE4E. Grayscale: #565656. Windows color (decimal): -4386383 or 11604413. OLE color: 11604413.

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

Color convert

RGB 189 17 177 -
CMYK 0 0.91 0.06 0.26
HSL 304.19º 0.83% 0.4% -
HSV(B) 304.19º 0.91% 0.74% -
XYZ 29.12 14.39 42.84 -
YUV 86.67 178.98 200.99 -
System Red Green Blue C M Y K H S L
Decimal 189 17 177 0 0.91 0.06 0.26 304.19 0.83 0.4
Hex BD 11 B1 0 5B 6 1A 130 53 28
Octal 275 21 261 0 133 6 32 460 123 50
Binary 10111101 10001 10110001 0 1011011 110 11010 100110000 1010011 101000

Color Harmonies of #BD11B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD11B1

Black with #BD11B1

Text Example


Text Example

White with #BD11B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD11B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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