Html Css Color HEX #BD14BF Deep Magenta

📋 copy color: '#BD14BF'

red 189 ◦ green 20 ◦ blue 191

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

Shades of Deep Magenta #BD14BF

Tints of Deep Magenta #BD14BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5%

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

R = 47.25%
G = 5%
B = 47.75%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD14BF (or 0xBD14BF) is known color: Deep Magenta. HEX triplet: BD, 14 and BF. RGB value is (189,20,191). Sum of RGB (Red+Green+Blue) = 189+20+191=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD14BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD14BF is #42EB40. Grayscale: #595959. Windows color (decimal): -4385601 or 12522685. OLE color: 12522685.

HSL color Cylindrical-coordinate representation of color #BD14BF: hue angle of 299.3º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD14BF is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 20 191 -
CMYK 0.01 0.90 0 0.25
HSL 299.3º 0.81% 0.41% -
HSV(B) 299.3º 0.9% 0.75% -
XYZ 30.64 15.08 50.59 -
YUV 90.03 184.99 198.6 -
System Red Green Blue C M Y K H S L
Decimal 189 20 191 0.01 0.90 0 0.25 299.3 0.81 0.41
Hex BD 14 BF 1 5A 0 19 12B 51 29
Octal 275 24 277 1 132 0 31 453 121 51
Binary 10111101 10100 10111111 1 1011010 0 11001 100101011 1010001 101001

Color Harmonies of #BD14BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD14BF

Black with #BD14BF

Text Example


Text Example

White with #BD14BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD14BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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