Html Css Color HEX #BC13BF Deep Magenta

📋 copy color: '#BC13BF'

red 188 ◦ green 19 ◦ blue 191

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

Shades of Deep Magenta #BC13BF

Tints of Deep Magenta #BC13BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 47.24%
G = 4.77%
B = 47.99%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC13BF (or 0xBC13BF) is known color: Deep Magenta. HEX triplet: BC, 13 and BF. RGB value is (188,19,191). Sum of RGB (Red+Green+Blue) = 188+19+191=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC13BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13BF is #43EC40. Grayscale: #585858. Windows color (decimal): -4451393 or 12522428. OLE color: 12522428.

HSL color Cylindrical-coordinate representation of color #BC13BF: hue angle of 298.95º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13BF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 19 191 -
CMYK 0.02 0.90 0 0.25
HSL 298.95º 0.82% 0.41% -
HSV(B) 298.95º 0.9% 0.75% -
XYZ 30.38 14.92 50.57 -
YUV 89.14 185.49 198.51 -
System Red Green Blue C M Y K H S L
Decimal 188 19 191 0.02 0.90 0 0.25 298.95 0.82 0.41
Hex BC 13 BF 2 5A 0 19 12B 52 29
Octal 274 23 277 2 132 0 31 453 122 51
Binary 10111100 10011 10111111 10 1011010 0 11001 100101011 1010010 101001

Color Harmonies of #BC13BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC13BF

Black with #BC13BF

Text Example


Text Example

White with #BC13BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC13BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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