Html Css Color HEX #BC15C1 Deep Magenta

📋 copy color: '#BC15C1'

red 188 ◦ green 21 ◦ blue 193

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

Shades of Deep Magenta #BC15C1

Tints of Deep Magenta #BC15C1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.22%

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

R = 46.77%
G = 5.22%
B = 48.01%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC15C1 (or 0xBC15C1) is known color: Deep Magenta. HEX triplet: BC, 15 and C1. RGB value is (188,21,193). Sum of RGB (Red+Green+Blue) = 188+21+193=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC15C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15C1 is #43EA3E. Grayscale: #5A5A5A. Windows color (decimal): -4450879 or 12654012. OLE color: 12654012.

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

Color convert

RGB 188 21 193 -
CMYK 0.03 0.89 0 0.24
HSL 298.26º 0.8% 0.42% -
HSV(B) 298.26º 0.89% 0.76% -
XYZ 30.63 15.08 51.75 -
YUV 90.54 185.83 197.51 -
System Red Green Blue C M Y K H S L
Decimal 188 21 193 0.03 0.89 0 0.24 298.26 0.8 0.42
Hex BC 15 C1 3 59 0 18 12A 50 2A
Octal 274 25 301 3 131 0 30 452 120 52
Binary 10111100 10101 11000001 11 1011001 0 11000 100101010 1010000 101010

Color Harmonies of #BC15C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15C1

Black with #BC15C1

Text Example


Text Example

White with #BC15C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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