Html Css Color HEX #BD16C1 Deep Magenta

📋 copy color: '#BD16C1'

red 189 ◦ green 22 ◦ blue 193

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

Shades of Deep Magenta #BD16C1

Tints of Deep Magenta #BD16C1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.45%

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

R = 46.78%
G = 5.45%
B = 47.77%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD16C1 (or 0xBD16C1) is known color: Deep Magenta. HEX triplet: BD, 16 and C1. RGB value is (189,22,193). Sum of RGB (Red+Green+Blue) = 189+22+193=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD16C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD16C1 is #42E93E. Grayscale: #5A5A5A. Windows color (decimal): -4385087 or 12654269. OLE color: 12654269.

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

Color convert

RGB 189 22 193 -
CMYK 0.02 0.89 0 0.24
HSL 298.6º 0.8% 0.42% -
HSV(B) 298.6º 0.89% 0.76% -
XYZ 30.9 15.24 51.77 -
YUV 91.43 185.33 197.6 -
System Red Green Blue C M Y K H S L
Decimal 189 22 193 0.02 0.89 0 0.24 298.6 0.8 0.42
Hex BD 16 C1 2 59 0 18 12B 50 2A
Octal 275 26 301 2 131 0 30 453 120 52
Binary 10111101 10110 11000001 10 1011001 0 11000 100101011 1010000 101010

Color Harmonies of #BD16C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD16C1

Black with #BD16C1

Text Example


Text Example

White with #BD16C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD16C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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