Html Css Color HEX #BD12CE Deep Magenta

📋 copy color: '#BD12CE'

red 189 ◦ green 18 ◦ blue 206

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

Shades of Deep Magenta #BD12CE

Tints of Deep Magenta #BD12CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 45.76%
G = 4.36%
B = 49.88%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD12CE (or 0xBD12CE) is known color: Deep Magenta. HEX triplet: BD, 12 and CE. RGB value is (189,18,206). Sum of RGB (Red+Green+Blue) = 189+18+206=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD12CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12CE is #42ED31. Grayscale: #595959. Windows color (decimal): -4386098 or 13505213. OLE color: 13505213.

HSL color Cylindrical-coordinate representation of color #BD12CE: hue angle of 294.57º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD12CE is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 18 206 -
CMYK 0.08 0.91 0 0.19
HSL 294.57º 0.84% 0.44% -
HSV(B) 294.57º 0.91% 0.81% -
XYZ 32.34 15.71 59.72 -
YUV 90.56 193.15 198.21 -
System Red Green Blue C M Y K H S L
Decimal 189 18 206 0.08 0.91 0 0.19 294.57 0.84 0.44
Hex BD 12 CE 8 5B 0 13 127 54 2C
Octal 275 22 316 10 133 0 23 447 124 54
Binary 10111101 10010 11001110 1000 1011011 0 10011 100100111 1010100 101100

Color Harmonies of #BD12CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12CE

Black with #BD12CE

Text Example


Text Example

White with #BD12CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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