Html Css Color HEX #BC1CB8 Deep Magenta

📋 copy color: '#BC1CB8'

red 188 ◦ green 28 ◦ blue 184

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

Shades of Deep Magenta #BC1CB8

Tints of Deep Magenta #BC1CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46%

R = 47%
G = 7%
B = 46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC1CB8 (or 0xBC1CB8) is known color: Deep Magenta. HEX triplet: BC, 1C and B8. RGB value is (188,28,184). Sum of RGB (Red+Green+Blue) = 188+28+184=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CB8 is #43E347. Grayscale: #5D5D5D. Windows color (decimal): -4449096 or 12065980. OLE color: 12065980.

HSL color Cylindrical-coordinate representation of color #BC1CB8: hue angle of 301.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1CB8 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 28 184 -
CMYK 0 0.85 0.02 0.26
HSL 301.5º 0.74% 0.42% -
HSV(B) 301.5º 0.85% 0.74% -
XYZ 29.81 14.98 46.67 -
YUV 93.62 179.01 195.32 -
System Red Green Blue C M Y K H S L
Decimal 188 28 184 0 0.85 0.02 0.26 301.5 0.74 0.42
Hex BC 1C B8 0 55 2 1A 12E 4A 2A
Octal 274 34 270 0 125 2 32 456 112 52
Binary 10111100 11100 10111000 0 1010101 10 11010 100101110 1001010 101010

Color Harmonies of #BC1CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CB8

Black with #BC1CB8

Text Example


Text Example

White with #BC1CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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