Html Css Color HEX #BC1CB5 Deep Magenta

📋 copy color: '#BC1CB5'

red 188 ◦ green 28 ◦ blue 181

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

Shades of Deep Magenta #BC1CB5

Tints of Deep Magenta #BC1CB5

RGB

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

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

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

R = 47.36%
G = 7.05%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC1CB5 (or 0xBC1CB5) is known color: Deep Magenta. HEX triplet: BC, 1C and B5. RGB value is (188,28,181). Sum of RGB (Red+Green+Blue) = 188+28+181=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CB5 is #43E34A. Grayscale: #5C5C5C. Windows color (decimal): -4449099 or 11869372. OLE color: 11869372.

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

Color convert

RGB 188 28 181 -
CMYK 0 0.85 0.04 0.26
HSL 302.63º 0.74% 0.42% -
HSV(B) 302.63º 0.85% 0.74% -
XYZ 29.49 14.86 45.03 -
YUV 93.28 177.51 195.56 -
System Red Green Blue C M Y K H S L
Decimal 188 28 181 0 0.85 0.04 0.26 302.63 0.74 0.42
Hex BC 1C B5 0 55 4 1A 12F 4A 2A
Octal 274 34 265 0 125 4 32 457 112 52
Binary 10111100 11100 10110101 0 1010101 100 11010 100101111 1001010 101010

Color Harmonies of #BC1CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CB5

Black with #BC1CB5

Text Example


Text Example

White with #BC1CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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