Html Css Color HEX #BD12C1 Deep Magenta

📋 copy color: '#BD12C1'

red 189 ◦ green 18 ◦ blue 193

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

Shades of Deep Magenta #BD12C1

Tints of Deep Magenta #BD12C1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.5%

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

R = 47.25%
G = 4.5%
B = 48.25%

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

#BD12C1 (or 0xBD12C1) is known color: Deep Magenta. HEX triplet: BD, 12 and C1. RGB value is (189,18,193). Sum of RGB (Red+Green+Blue) = 189+18+193=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD12C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12C1 is #42ED3E. Grayscale: #585858. Windows color (decimal): -4386111 or 12653245. OLE color: 12653245.

HSL color Cylindrical-coordinate representation of color #BD12C1: hue angle of 298.63º degrees, saturation: 0.83, 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 #BD12C1 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 18 193 -
CMYK 0.02 0.91 0 0.24
HSL 298.63º 0.83% 0.41% -
HSV(B) 298.63º 0.91% 0.76% -
XYZ 30.83 15.1 51.74 -
YUV 89.08 186.65 199.27 -
System Red Green Blue C M Y K H S L
Decimal 189 18 193 0.02 0.91 0 0.24 298.63 0.83 0.41
Hex BD 12 C1 2 5B 0 18 12B 53 29
Octal 275 22 301 2 133 0 30 453 123 51
Binary 10111101 10010 11000001 10 1011011 0 11000 100101011 1010011 101001

Color Harmonies of #BD12C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12C1

Black with #BD12C1

Text Example


Text Example

White with #BD12C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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