Html Css Color HEX #BD12C0 Deep Magenta

📋 copy color: '#BD12C0'

red 189 ◦ green 18 ◦ blue 192

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

Shades of Deep Magenta #BD12C0

Tints of Deep Magenta #BD12C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.12%

R = 47.37%
G = 4.51%
B = 48.12%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD12C0 (or 0xBD12C0) is known color: Deep Magenta. HEX triplet: BD, 12 and C0. RGB value is (189,18,192). Sum of RGB (Red+Green+Blue) = 189+18+192=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD12C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12C0 is #42ED3F. Grayscale: #585858. Windows color (decimal): -4386112 or 12587709. OLE color: 12587709.

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

Color convert

RGB 189 18 192 -
CMYK 0.02 0.91 0 0.25
HSL 298.97º 0.83% 0.41% -
HSV(B) 298.97º 0.91% 0.75% -
XYZ 30.72 15.06 51.16 -
YUV 88.97 186.15 199.35 -
System Red Green Blue C M Y K H S L
Decimal 189 18 192 0.02 0.91 0 0.25 298.97 0.83 0.41
Hex BD 12 C0 2 5B 0 19 12B 53 29
Octal 275 22 300 2 133 0 31 453 123 51
Binary 10111101 10010 11000000 10 1011011 0 11001 100101011 1010011 101001

Color Harmonies of #BD12C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12C0

Black with #BD12C0

Text Example


Text Example

White with #BD12C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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