Html Css Color HEX #BD11C1 Deep Magenta

📋 copy color: '#BD11C1'

red 189 ◦ green 17 ◦ blue 193

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

Shades of Deep Magenta #BD11C1

Tints of Deep Magenta #BD11C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.37%

R = 47.37%
G = 4.26%
B = 48.37%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD11C1 (or 0xBD11C1) is known color: Deep Magenta. HEX triplet: BD, 11 and C1. RGB value is (189,17,193). Sum of RGB (Red+Green+Blue) = 189+17+193=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD11C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD11C1 is #42EE3E. Grayscale: #575757. Windows color (decimal): -4386367 or 12652989. OLE color: 12652989.

HSL color Cylindrical-coordinate representation of color #BD11C1: hue angle of 298.64º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD11C1 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 17 193 -
CMYK 0.02 0.91 0 0.24
HSL 298.64º 0.84% 0.41% -
HSV(B) 298.64º 0.91% 0.76% -
XYZ 30.81 15.07 51.74 -
YUV 88.49 186.98 199.69 -
System Red Green Blue C M Y K H S L
Decimal 189 17 193 0.02 0.91 0 0.24 298.64 0.84 0.41
Hex BD 11 C1 2 5B 0 18 12B 54 29
Octal 275 21 301 2 133 0 30 453 124 51
Binary 10111101 10001 11000001 10 1011011 0 11000 100101011 1010100 101001

Color Harmonies of #BD11C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD11C1

Black with #BD11C1

Text Example


Text Example

White with #BD11C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD11C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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