Html Css Color HEX #BC10C9 Deep Magenta

📋 copy color: '#BC10C9'

red 188 ◦ green 16 ◦ blue 201

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

Shades of Deep Magenta #BC10C9

Tints of Deep Magenta #BC10C9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.95%

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

R = 46.42%
G = 3.95%
B = 49.63%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC10C9 (or 0xBC10C9) is known color: Deep Magenta. HEX triplet: BC, 10 and C9. RGB value is (188,16,201). Sum of RGB (Red+Green+Blue) = 188+16+201=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC10C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10C9 is #43EF36. Grayscale: #575757. Windows color (decimal): -4452151 or 13177020. OLE color: 13177020.

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

Color convert

RGB 188 16 201 -
CMYK 0.06 0.92 0 0.21
HSL 295.78º 0.85% 0.43% -
HSV(B) 295.78º 0.92% 0.79% -
XYZ 31.47 15.28 56.55 -
YUV 88.52 191.48 198.96 -
System Red Green Blue C M Y K H S L
Decimal 188 16 201 0.06 0.92 0 0.21 295.78 0.85 0.43
Hex BC 10 C9 6 5C 0 15 128 55 2B
Octal 274 20 311 6 134 0 25 450 125 53
Binary 10111100 10000 11001001 110 1011100 0 10101 100101000 1010101 101011

Color Harmonies of #BC10C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC10C9

Black with #BC10C9

Text Example


Text Example

White with #BC10C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC10C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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