Html Css Color HEX #BC1CBA Deep Magenta

📋 copy color: '#BC1CBA'

red 188 ◦ green 28 ◦ blue 186

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

Shades of Deep Magenta #BC1CBA

Tints of Deep Magenta #BC1CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 46.77%
G = 6.97%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC1CBA (or 0xBC1CBA) is known color: Deep Magenta. HEX triplet: BC, 1C and BA. RGB value is (188,28,186). Sum of RGB (Red+Green+Blue) = 188+28+186=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CBA is #43E345. Grayscale: #5D5D5D. Windows color (decimal): -4449094 or 12197052. OLE color: 12197052.

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

Color convert

RGB 188 28 186 -
CMYK 0 0.85 0.01 0.26
HSL 300.75º 0.74% 0.42% -
HSV(B) 300.75º 0.85% 0.74% -
XYZ 30.02 15.07 47.78 -
YUV 93.85 180.01 195.15 -
System Red Green Blue C M Y K H S L
Decimal 188 28 186 0 0.85 0.01 0.26 300.75 0.74 0.42
Hex BC 1C BA 0 55 1 1A 12D 4A 2A
Octal 274 34 272 0 125 1 32 455 112 52
Binary 10111100 11100 10111010 0 1010101 1 11010 100101101 1001010 101010

Color Harmonies of #BC1CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CBA

Black with #BC1CBA

Text Example


Text Example

White with #BC1CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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