Html Css Color HEX #BC15C6 Deep Magenta

📋 copy color: '#BC15C6'

red 188 ◦ green 21 ◦ blue 198

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

Shades of Deep Magenta #BC15C6

Tints of Deep Magenta #BC15C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.65%

R = 46.19%
G = 5.16%
B = 48.65%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC15C6 (or 0xBC15C6) is known color: Deep Magenta. HEX triplet: BC, 15 and C6. RGB value is (188,21,198). Sum of RGB (Red+Green+Blue) = 188+21+198=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC15C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15C6 is #43EA39. Grayscale: #5A5A5A. Windows color (decimal): -4450874 or 12981692. OLE color: 12981692.

HSL color Cylindrical-coordinate representation of color #BC15C6: hue angle of 296.61º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC15C6 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 21 198 -
CMYK 0.05 0.89 0 0.22
HSL 296.61º 0.81% 0.43% -
HSV(B) 296.61º 0.89% 0.78% -
XYZ 31.2 15.3 54.74 -
YUV 91.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 188 21 198 0.05 0.89 0 0.22 296.61 0.81 0.43
Hex BC 15 C6 5 59 0 16 129 51 2B
Octal 274 25 306 5 131 0 26 451 121 53
Binary 10111100 10101 11000110 101 1011001 0 10110 100101001 1010001 101011

Color Harmonies of #BC15C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15C6

Black with #BC15C6

Text Example


Text Example

White with #BC15C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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