Html Css Color HEX #BD12BF Deep Magenta

📋 copy color: '#BD12BF'

red 189 ◦ green 18 ◦ blue 191

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

Shades of Deep Magenta #BD12BF

Tints of Deep Magenta #BD12BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 47.49%
G = 4.52%
B = 47.99%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD12BF (or 0xBD12BF) is known color: Deep Magenta. HEX triplet: BD, 12 and BF. RGB value is (189,18,191). Sum of RGB (Red+Green+Blue) = 189+18+191=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD12BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12BF is #42ED40. Grayscale: #585858. Windows color (decimal): -4386113 or 12522173. OLE color: 12522173.

HSL color Cylindrical-coordinate representation of color #BD12BF: hue angle of 299.31º 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 #BD12BF is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 18 191 -
CMYK 0.01 0.91 0 0.25
HSL 299.31º 0.83% 0.41% -
HSV(B) 299.31º 0.91% 0.75% -
XYZ 30.61 15.01 50.57 -
YUV 88.85 185.65 199.43 -
System Red Green Blue C M Y K H S L
Decimal 189 18 191 0.01 0.91 0 0.25 299.31 0.83 0.41
Hex BD 12 BF 1 5B 0 19 12B 53 29
Octal 275 22 277 1 133 0 31 453 123 51
Binary 10111101 10010 10111111 1 1011011 0 11001 100101011 1010011 101001

Color Harmonies of #BD12BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12BF

Black with #BD12BF

Text Example


Text Example

White with #BD12BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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