Html Css Color HEX #BC15C8 Deep Magenta

📋 copy color: '#BC15C8'

red 188 ◦ green 21 ◦ blue 200

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

Shades of Deep Magenta #BC15C8

Tints of Deep Magenta #BC15C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.9%

R = 45.97%
G = 5.13%
B = 48.9%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC15C8 (or 0xBC15C8) is known color: Deep Magenta. HEX triplet: BC, 15 and C8. RGB value is (188,21,200). Sum of RGB (Red+Green+Blue) = 188+21+200=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC15C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15C8 is #43EA37. Grayscale: #5A5A5A. Windows color (decimal): -4450872 or 13112764. OLE color: 13112764.

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

Color convert

RGB 188 21 200 -
CMYK 0.06 0.90 0 0.22
HSL 295.98º 0.81% 0.43% -
HSV(B) 295.98º 0.9% 0.78% -
XYZ 31.43 15.4 55.96 -
YUV 91.34 189.33 196.95 -
System Red Green Blue C M Y K H S L
Decimal 188 21 200 0.06 0.90 0 0.22 295.98 0.81 0.43
Hex BC 15 C8 6 5A 0 16 128 51 2B
Octal 274 25 310 6 132 0 26 450 121 53
Binary 10111100 10101 11001000 110 1011010 0 10110 100101000 1010001 101011

Color Harmonies of #BC15C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15C8

Black with #BC15C8

Text Example


Text Example

White with #BC15C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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