Html Css Color HEX #BC10BB Deep Magenta

📋 copy color: '#BC10BB'

red 188 ◦ green 16 ◦ blue 187

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

Shades of Deep Magenta #BC10BB

Tints of Deep Magenta #BC10BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 48.08%
G = 4.09%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC10BB (or 0xBC10BB) is known color: Deep Magenta. HEX triplet: BC, 10 and BB. RGB value is (188,16,187). Sum of RGB (Red+Green+Blue) = 188+16+187=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC10BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10BB is #43EF44. Grayscale: #565656. Windows color (decimal): -4452165 or 12259516. OLE color: 12259516.

HSL color Cylindrical-coordinate representation of color #BC10BB: hue angle of 300.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC10BB is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 16 187 -
CMYK 0 0.91 0.01 0.26
HSL 300.35º 0.84% 0.4% -
HSV(B) 300.35º 0.91% 0.74% -
XYZ 29.89 14.65 48.27 -
YUV 86.92 184.48 200.1 -
System Red Green Blue C M Y K H S L
Decimal 188 16 187 0 0.91 0.01 0.26 300.35 0.84 0.4
Hex BC 10 BB 0 5B 1 1A 12C 54 28
Octal 274 20 273 0 133 1 32 454 124 50
Binary 10111100 10000 10111011 0 1011011 1 11010 100101100 1010100 101000

Color Harmonies of #BC10BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC10BB

Black with #BC10BB

Text Example


Text Example

White with #BC10BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC10BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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