Html Css Color HEX #BC1DB8 Deep Magenta

📋 copy color: '#BC1DB8'

red 188 ◦ green 29 ◦ blue 184

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

Shades of Deep Magenta #BC1DB8

Tints of Deep Magenta #BC1DB8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.23%

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

R = 46.88%
G = 7.23%
B = 45.89%

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

#BC1DB8 (or 0xBC1DB8) is known color: Deep Magenta. HEX triplet: BC, 1D and B8. RGB value is (188,29,184). Sum of RGB (Red+Green+Blue) = 188+29+184=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 184 (72.27% from 255 or 45.89% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DB8 is #43E247. Grayscale: #5D5D5D. Windows color (decimal): -4448840 or 12066236. OLE color: 12066236.

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

Color convert

RGB 188 29 184 -
CMYK 0 0.85 0.02 0.26
HSL 301.51º 0.73% 0.43% -
HSV(B) 301.51º 0.85% 0.74% -
XYZ 29.83 15.03 46.68 -
YUV 94.21 178.68 194.9 -
System Red Green Blue C M Y K H S L
Decimal 188 29 184 0 0.85 0.02 0.26 301.51 0.73 0.43
Hex BC 1D B8 0 55 2 1A 12E 49 2B
Octal 274 35 270 0 125 2 32 456 111 53
Binary 10111100 11101 10111000 0 1010101 10 11010 100101110 1001001 101011

Color Harmonies of #BC1DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DB8

Black with #BC1DB8

Text Example


Text Example

White with #BC1DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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