Html Css Color HEX #BC10B8 Deep Magenta

📋 copy color: '#BC10B8'

red 188 ◦ green 16 ◦ blue 184

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

Shades of Deep Magenta #BC10B8

Tints of Deep Magenta #BC10B8

RGB

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

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

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

R = 48.45%
G = 4.12%
B = 47.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC10B8 (or 0xBC10B8) is known color: Deep Magenta. HEX triplet: BC, 10 and B8. RGB value is (188,16,184). Sum of RGB (Red+Green+Blue) = 188+16+184=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC10B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10B8 is #43EF47. Grayscale: #565656. Windows color (decimal): -4452168 or 12062908. OLE color: 12062908.

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

Color convert

RGB 188 16 184 -
CMYK 0 0.91 0.02 0.26
HSL 301.4º 0.84% 0.4% -
HSV(B) 301.4º 0.91% 0.74% -
XYZ 29.58 14.52 46.59 -
YUV 86.58 182.98 200.34 -
System Red Green Blue C M Y K H S L
Decimal 188 16 184 0 0.91 0.02 0.26 301.4 0.84 0.4
Hex BC 10 B8 0 5B 2 1A 12D 54 28
Octal 274 20 270 0 133 2 32 455 124 50
Binary 10111100 10000 10111000 0 1011011 10 11010 100101101 1010100 101000

Color Harmonies of #BC10B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC10B8

Black with #BC10B8

Text Example


Text Example

White with #BC10B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC10B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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