Html Css Color HEX #BC1CCB Deep Magenta

📋 copy color: '#BC1CCB'

red 188 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #BC1CCB

Tints of Deep Magenta #BC1CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.68%

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

R = 44.87%
G = 6.68%
B = 48.45%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC1CCB (or 0xBC1CCB) is known color: Deep Magenta. HEX triplet: BC, 1C and CB. RGB value is (188,28,203). Sum of RGB (Red+Green+Blue) = 188+28+203=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC1CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CCB is #43E334. Grayscale: #5F5F5F. Windows color (decimal): -4449077 or 13311164. OLE color: 13311164.

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

Color convert

RGB 188 28 203 -
CMYK 0.07 0.86 0 0.20
HSL 294.86º 0.76% 0.45% -
HSV(B) 294.86º 0.86% 0.8% -
XYZ 31.93 15.83 57.87 -
YUV 95.79 188.51 193.77 -
System Red Green Blue C M Y K H S L
Decimal 188 28 203 0.07 0.86 0 0.20 294.86 0.76 0.45
Hex BC 1C CB 7 56 0 14 127 4C 2D
Octal 274 34 313 7 126 0 24 447 114 55
Binary 10111100 11100 11001011 111 1010110 0 10100 100100111 1001100 101101

Color Harmonies of #BC1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CCB

Black with #BC1CCB

Text Example


Text Example

White with #BC1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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