Html Css Color HEX #BC11CB Deep Magenta

📋 copy color: '#BC11CB'

red 188 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #BC11CB

Tints of Deep Magenta #BC11CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.75%

R = 46.08%
G = 4.17%
B = 49.75%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC11CB (or 0xBC11CB) is known color: Deep Magenta. HEX triplet: BC, 11 and CB. RGB value is (188,17,203). Sum of RGB (Red+Green+Blue) = 188+17+203=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC11CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC11CB is #43EE34. Grayscale: #585858. Windows color (decimal): -4451893 or 13308348. OLE color: 13308348.

HSL color Cylindrical-coordinate representation of color #BC11CB: hue angle of 295.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC11CB is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 17 203 -
CMYK 0.07 0.92 0 0.20
HSL 295.16º 0.85% 0.43% -
HSV(B) 295.16º 0.92% 0.8% -
XYZ 31.72 15.4 57.8 -
YUV 89.33 192.15 198.38 -
System Red Green Blue C M Y K H S L
Decimal 188 17 203 0.07 0.92 0 0.20 295.16 0.85 0.43
Hex BC 11 CB 7 5C 0 14 127 55 2B
Octal 274 21 313 7 134 0 24 447 125 53
Binary 10111100 10001 11001011 111 1011100 0 10100 100100111 1010101 101011

Color Harmonies of #BC11CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC11CB

Black with #BC11CB

Text Example


Text Example

White with #BC11CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC11CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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