Html Css Color HEX #BC14DA Deep Magenta

📋 copy color: '#BC14DA'

red 188 ◦ green 20 ◦ blue 218

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

Shades of Deep Magenta #BC14DA

Tints of Deep Magenta #BC14DA

RGB

 RED value IS 188 (73.83% from 255) = 44.13%

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

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 44.13%
G = 4.69%
B = 51.17%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC14DA (or 0xBC14DA) is known color: Deep Magenta. HEX triplet: BC, 14 and DA. RGB value is (188,20,218). Sum of RGB (Red+Green+Blue) = 188+20+218=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC14DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14DA is #43EB25. Grayscale: #5C5C5C. Windows color (decimal): -4451110 or 14292156. OLE color: 14292156.

HSL color Cylindrical-coordinate representation of color #BC14DA: hue angle of 290.91º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC14DA is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 20 218 -
CMYK 0.14 0.91 0 0.15
HSL 290.91º 0.83% 0.47% -
HSV(B) 290.91º 0.91% 0.85% -
XYZ 33.64 16.25 67.69 -
YUV 92.8 198.66 195.9 -
System Red Green Blue C M Y K H S L
Decimal 188 20 218 0.14 0.91 0 0.15 290.91 0.83 0.47
Hex BC 14 DA E 5B 0 F 123 53 2F
Octal 274 24 332 16 133 0 17 443 123 57
Binary 10111100 10100 11011010 1110 1011011 0 1111 100100011 1010011 101111

Color Harmonies of #BC14DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC14DA

Black with #BC14DA

Text Example


Text Example

White with #BC14DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC14DA; }

 p { color: rgb(188,20,218); }

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

background-color css

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

 a { background-color: rgb(188,20,218); }

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

border-color css

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

 span { border-color: rgb(188,20,218); }

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