Html Css Color HEX #BD14CE Deep Magenta

📋 copy color: '#BD14CE'

red 189 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #BD14CE

Tints of Deep Magenta #BD14CE

RGB

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

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

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

R = 45.54%
G = 4.82%
B = 49.64%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD14CE (or 0xBD14CE) is known color: Deep Magenta. HEX triplet: BD, 14 and CE. RGB value is (189,20,206). Sum of RGB (Red+Green+Blue) = 189+20+206=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD14CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD14CE is #42EB31. Grayscale: #5B5B5B. Windows color (decimal): -4385586 or 13505725. OLE color: 13505725.

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

Color convert

RGB 189 20 206 -
CMYK 0.08 0.90 0 0.19
HSL 294.52º 0.82% 0.44% -
HSV(B) 294.52º 0.9% 0.81% -
XYZ 32.38 15.78 59.73 -
YUV 91.74 192.49 197.38 -
System Red Green Blue C M Y K H S L
Decimal 189 20 206 0.08 0.90 0 0.19 294.52 0.82 0.44
Hex BD 14 CE 8 5A 0 13 127 52 2C
Octal 275 24 316 10 132 0 23 447 122 54
Binary 10111101 10100 11001110 1000 1011010 0 10011 100100111 1010010 101100

Color Harmonies of #BD14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD14CE

Black with #BD14CE

Text Example


Text Example

White with #BD14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD14CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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