Html Css Color HEX #BC1CB0 Deep Magenta

📋 copy color: '#BC1CB0'

red 188 ◦ green 28 ◦ blue 176

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

Shades of Deep Magenta #BC1CB0

Tints of Deep Magenta #BC1CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.9%

R = 47.96%
G = 7.14%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC1CB0 (or 0xBC1CB0) is known color: Deep Magenta. HEX triplet: BC, 1C and B0. RGB value is (188,28,176). Sum of RGB (Red+Green+Blue) = 188+28+176=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1CB0 is #43E34F. Grayscale: #5C5C5C. Windows color (decimal): -4449104 or 11541692. OLE color: 11541692.

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

Color convert

RGB 188 28 176 -
CMYK 0 0.85 0.06 0.26
HSL 304.5º 0.74% 0.42% -
HSV(B) 304.5º 0.85% 0.74% -
XYZ 28.99 14.66 42.38 -
YUV 92.71 175.01 195.97 -
System Red Green Blue C M Y K H S L
Decimal 188 28 176 0 0.85 0.06 0.26 304.5 0.74 0.42
Hex BC 1C B0 0 55 6 1A 130 4A 2A
Octal 274 34 260 0 125 6 32 460 112 52
Binary 10111100 11100 10110000 0 1010101 110 11010 100110000 1001010 101010

Color Harmonies of #BC1CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CB0

Black with #BC1CB0

Text Example


Text Example

White with #BC1CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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