Html Css Color HEX #BC15C7 Deep Magenta

📋 copy color: '#BC15C7'

red 188 ◦ green 21 ◦ blue 199

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

Shades of Deep Magenta #BC15C7

Tints of Deep Magenta #BC15C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.77%

R = 46.08%
G = 5.15%
B = 48.77%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC15C7 (or 0xBC15C7) is known color: Deep Magenta. HEX triplet: BC, 15 and C7. RGB value is (188,21,199). Sum of RGB (Red+Green+Blue) = 188+21+199=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC15C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15C7 is #43EA38. Grayscale: #5A5A5A. Windows color (decimal): -4450873 or 13047228. OLE color: 13047228.

HSL color Cylindrical-coordinate representation of color #BC15C7: hue angle of 296.29º 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 #BC15C7 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 21 199 -
CMYK 0.06 0.89 0 0.22
HSL 296.29º 0.81% 0.43% -
HSV(B) 296.29º 0.89% 0.78% -
XYZ 31.32 15.35 55.35 -
YUV 91.23 188.83 197.03 -
System Red Green Blue C M Y K H S L
Decimal 188 21 199 0.06 0.89 0 0.22 296.29 0.81 0.43
Hex BC 15 C7 6 59 0 16 128 51 2B
Octal 274 25 307 6 131 0 26 450 121 53
Binary 10111100 10101 11000111 110 1011001 0 10110 100101000 1010001 101011

Color Harmonies of #BC15C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15C7

Black with #BC15C7

Text Example


Text Example

White with #BC15C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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