Html Css Color HEX #BC15BF Deep Magenta

📋 copy color: '#BC15BF'

red 188 ◦ green 21 ◦ blue 191

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

Shades of Deep Magenta #BC15BF

Tints of Deep Magenta #BC15BF

RGB

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

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

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

R = 47%
G = 5.25%
B = 47.75%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC15BF (or 0xBC15BF) is known color: Deep Magenta. HEX triplet: BC, 15 and BF. RGB value is (188,21,191). Sum of RGB (Red+Green+Blue) = 188+21+191=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC15BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15BF is #43EA40. Grayscale: #595959. Windows color (decimal): -4450881 or 12522940. OLE color: 12522940.

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

Color convert

RGB 188 21 191 -
CMYK 0.02 0.89 0 0.25
HSL 298.94º 0.8% 0.42% -
HSV(B) 298.94º 0.89% 0.75% -
XYZ 30.41 14.99 50.58 -
YUV 90.31 184.83 197.68 -
System Red Green Blue C M Y K H S L
Decimal 188 21 191 0.02 0.89 0 0.25 298.94 0.8 0.42
Hex BC 15 BF 2 59 0 19 12B 50 2A
Octal 274 25 277 2 131 0 31 453 120 52
Binary 10111100 10101 10111111 10 1011001 0 11001 100101011 1010000 101010

Color Harmonies of #BC15BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15BF

Black with #BC15BF

Text Example


Text Example

White with #BC15BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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