Html Css Color HEX #BC1DB5 Deep Magenta

📋 copy color: '#BC1DB5'

red 188 ◦ green 29 ◦ blue 181

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

Shades of Deep Magenta #BC1DB5

Tints of Deep Magenta #BC1DB5

RGB

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

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

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

R = 47.24%
G = 7.29%
B = 45.48%

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

#BC1DB5 (or 0xBC1DB5) is known color: Deep Magenta. HEX triplet: BC, 1D and B5. RGB value is (188,29,181). Sum of RGB (Red+Green+Blue) = 188+29+181=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DB5 is #43E24A. Grayscale: #5D5D5D. Windows color (decimal): -4448843 or 11869628. OLE color: 11869628.

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

Color convert

RGB 188 29 181 -
CMYK 0 0.85 0.04 0.26
HSL 302.64º 0.73% 0.43% -
HSV(B) 302.64º 0.85% 0.74% -
XYZ 29.52 14.91 45.04 -
YUV 93.87 177.18 195.14 -
System Red Green Blue C M Y K H S L
Decimal 188 29 181 0 0.85 0.04 0.26 302.64 0.73 0.43
Hex BC 1D B5 0 55 4 1A 12F 49 2B
Octal 274 35 265 0 125 4 32 457 111 53
Binary 10111100 11101 10110101 0 1010101 100 11010 100101111 1001001 101011

Color Harmonies of #BC1DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DB5

Black with #BC1DB5

Text Example


Text Example

White with #BC1DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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