Html Css Color HEX #BC13DA Deep Magenta

📋 copy color: '#BC13DA'

red 188 ◦ green 19 ◦ blue 218

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

Shades of Deep Magenta #BC13DA

Tints of Deep Magenta #BC13DA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.47%

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

R = 44.24%
G = 4.47%
B = 51.29%

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

#BC13DA (or 0xBC13DA) is known color: Deep Magenta. HEX triplet: BC, 13 and DA. RGB value is (188,19,218). Sum of RGB (Red+Green+Blue) = 188+19+218=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC13DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13DA is #43EC25. Grayscale: #5B5B5B. Windows color (decimal): -4451366 or 14291900. OLE color: 14291900.

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

Color convert

RGB 188 19 218 -
CMYK 0.14 0.91 0 0.15
HSL 290.95º 0.84% 0.46% -
HSV(B) 290.95º 0.91% 0.85% -
XYZ 33.63 16.22 67.69 -
YUV 92.22 198.99 196.32 -
System Red Green Blue C M Y K H S L
Decimal 188 19 218 0.14 0.91 0 0.15 290.95 0.84 0.46
Hex BC 13 DA E 5B 0 F 123 54 2E
Octal 274 23 332 16 133 0 17 443 124 56
Binary 10111100 10011 11011010 1110 1011011 0 1111 100100011 1010100 101110

Color Harmonies of #BC13DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC13DA

Black with #BC13DA

Text Example


Text Example

White with #BC13DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC13DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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