Html Css Color HEX #BC11B5 Deep Magenta

📋 copy color: '#BC11B5'

red 188 ◦ green 17 ◦ blue 181

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

Shades of Deep Magenta #BC11B5

Tints of Deep Magenta #BC11B5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.4%

 BLUE value IS 181 (71.09% from 255) = 46.89%

R = 48.7%
G = 4.4%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC11B5 (or 0xBC11B5) is known color: Deep Magenta. HEX triplet: BC, 11 and B5. RGB value is (188,17,181). Sum of RGB (Red+Green+Blue) = 188+17+181=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC11B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC11B5 is #43EE4A. Grayscale: #565656. Windows color (decimal): -4451915 or 11866556. OLE color: 11866556.

HSL color Cylindrical-coordinate representation of color #BC11B5: hue angle of 302.46º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC11B5 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 17 181 -
CMYK 0 0.91 0.04 0.26
HSL 302.46º 0.83% 0.4% -
HSV(B) 302.46º 0.91% 0.74% -
XYZ 29.28 14.43 44.96 -
YUV 86.83 181.15 200.16 -
System Red Green Blue C M Y K H S L
Decimal 188 17 181 0 0.91 0.04 0.26 302.46 0.83 0.4
Hex BC 11 B5 0 5B 4 1A 12E 53 28
Octal 274 21 265 0 133 4 32 456 123 50
Binary 10111100 10001 10110101 0 1011011 100 11010 100101110 1010011 101000

Color Harmonies of #BC11B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC11B5

Black with #BC11B5

Text Example


Text Example

White with #BC11B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC11B5; }

 p { color: rgb(188,17,181); }

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

background-color css

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

 a { background-color: rgb(188,17,181); }

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

border-color css

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

 span { border-color: rgb(188,17,181); }

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