Html Css Color HEX #BC0DC9 Deep Magenta

📋 copy color: '#BC0DC9'

red 188 ◦ green 13 ◦ blue 201

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

Shades of Deep Magenta #BC0DC9

Tints of Deep Magenta #BC0DC9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.23%

 BLUE value IS 201 (78.91% from 255) = 50%

R = 46.77%
G = 3.23%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC0DC9 (or 0xBC0DC9) is known color: Deep Magenta. HEX triplet: BC, 0D and C9. RGB value is (188,13,201). Sum of RGB (Red+Green+Blue) = 188+13+201=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC0DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DC9 is #43F236. Grayscale: #565656. Windows color (decimal): -4452919 or 13176252. OLE color: 13176252.

HSL color Cylindrical-coordinate representation of color #BC0DC9: hue angle of 295.85º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0DC9 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 13 201 -
CMYK 0.06 0.94 0 0.21
HSL 295.85º 0.88% 0.42% -
HSV(B) 295.85º 0.94% 0.79% -
XYZ 31.43 15.2 56.54 -
YUV 86.76 192.48 200.21 -
System Red Green Blue C M Y K H S L
Decimal 188 13 201 0.06 0.94 0 0.21 295.85 0.88 0.42
Hex BC D C9 6 5E 0 15 128 58 2A
Octal 274 15 311 6 136 0 25 450 130 52
Binary 10111100 1101 11001001 110 1011110 0 10101 100101000 1011000 101010

Color Harmonies of #BC0DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DC9

Black with #BC0DC9

Text Example


Text Example

White with #BC0DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DC9; }

 p { color: rgb(188,13,201); }

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

background-color css

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

 a { background-color: rgb(188,13,201); }

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

border-color css

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

 span { border-color: rgb(188,13,201); }

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