Html Css Color HEX #BC11B2 Deep Magenta

📋 copy color: '#BC11B2'

red 188 ◦ green 17 ◦ blue 178

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

Shades of Deep Magenta #BC11B2

Tints of Deep Magenta #BC11B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.48%

R = 49.09%
G = 4.44%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC11B2 (or 0xBC11B2) is known color: Deep Magenta. HEX triplet: BC, 11 and B2. RGB value is (188,17,178). Sum of RGB (Red+Green+Blue) = 188+17+178=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC11B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC11B2 is #43EE4D. Grayscale: #565656. Windows color (decimal): -4451918 or 11669948. OLE color: 11669948.

HSL color Cylindrical-coordinate representation of color #BC11B2: hue angle of 303.51º 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 #BC11B2 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 17 178 -
CMYK 0 0.91 0.05 0.26
HSL 303.51º 0.83% 0.4% -
HSV(B) 303.51º 0.91% 0.74% -
XYZ 28.98 14.31 43.35 -
YUV 86.48 179.65 200.41 -
System Red Green Blue C M Y K H S L
Decimal 188 17 178 0 0.91 0.05 0.26 303.51 0.83 0.4
Hex BC 11 B2 0 5B 5 1A 130 53 28
Octal 274 21 262 0 133 5 32 460 123 50
Binary 10111100 10001 10110010 0 1011011 101 11010 100110000 1010011 101000

Color Harmonies of #BC11B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC11B2

Black with #BC11B2

Text Example


Text Example

White with #BC11B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC11B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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