Html Css Color HEX #BD14CD Deep Magenta

📋 copy color: '#BD14CD'

red 189 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #BD14CD

Tints of Deep Magenta #BD14CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 45.65%
G = 4.83%
B = 49.52%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD14CD (or 0xBD14CD) is known color: Deep Magenta. HEX triplet: BD, 14 and CD. RGB value is (189,20,205). Sum of RGB (Red+Green+Blue) = 189+20+205=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD14CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD14CD is #42EB32. Grayscale: #5B5B5B. Windows color (decimal): -4385587 or 13440189. OLE color: 13440189.

HSL color Cylindrical-coordinate representation of color #BD14CD: hue angle of 294.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD14CD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 20 205 -
CMYK 0.08 0.90 0 0.20
HSL 294.81º 0.82% 0.44% -
HSV(B) 294.81º 0.9% 0.8% -
XYZ 32.26 15.73 59.09 -
YUV 91.62 191.99 197.46 -
System Red Green Blue C M Y K H S L
Decimal 189 20 205 0.08 0.90 0 0.20 294.81 0.82 0.44
Hex BD 14 CD 8 5A 0 14 127 52 2C
Octal 275 24 315 10 132 0 24 447 122 54
Binary 10111101 10100 11001101 1000 1011010 0 10100 100100111 1010010 101100

Color Harmonies of #BD14CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD14CD

Black with #BD14CD

Text Example


Text Example

White with #BD14CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD14CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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