Html Css Color HEX #BC13C1 Deep Magenta

📋 copy color: '#BC13C1'

red 188 ◦ green 19 ◦ blue 193

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

Shades of Deep Magenta #BC13C1

Tints of Deep Magenta #BC13C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.25%

R = 47%
G = 4.75%
B = 48.25%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC13C1 (or 0xBC13C1) is known color: Deep Magenta. HEX triplet: BC, 13 and C1. RGB value is (188,19,193). Sum of RGB (Red+Green+Blue) = 188+19+193=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC13C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13C1 is #43EC3E. Grayscale: #585858. Windows color (decimal): -4451391 or 12653500. OLE color: 12653500.

HSL color Cylindrical-coordinate representation of color #BC13C1: hue angle of 298.28º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13C1 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 19 193 -
CMYK 0.03 0.90 0 0.24
HSL 298.28º 0.82% 0.42% -
HSV(B) 298.28º 0.9% 0.76% -
XYZ 30.6 15.01 51.74 -
YUV 89.37 186.49 198.35 -
System Red Green Blue C M Y K H S L
Decimal 188 19 193 0.03 0.90 0 0.24 298.28 0.82 0.42
Hex BC 13 C1 3 5A 0 18 12A 52 2A
Octal 274 23 301 3 132 0 30 452 122 52
Binary 10111100 10011 11000001 11 1011010 0 11000 100101010 1010010 101010

Color Harmonies of #BC13C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC13C1

Black with #BC13C1

Text Example


Text Example

White with #BC13C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC13C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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