Html Css Color HEX #BC13BB Deep Magenta

📋 copy color: '#BC13BB'

red 188 ◦ green 19 ◦ blue 187

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

Shades of Deep Magenta #BC13BB

Tints of Deep Magenta #BC13BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.82%

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

R = 47.72%
G = 4.82%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC13BB (or 0xBC13BB) is known color: Deep Magenta. HEX triplet: BC, 13 and BB. RGB value is (188,19,187). Sum of RGB (Red+Green+Blue) = 188+19+187=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC13BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13BB is #43EC44. Grayscale: #585858. Windows color (decimal): -4451397 or 12260284. OLE color: 12260284.

HSL color Cylindrical-coordinate representation of color #BC13BB: hue angle of 300.36º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13BB is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 187 -
CMYK 0 0.90 0.01 0.26
HSL 300.36º 0.82% 0.41% -
HSV(B) 300.36º 0.9% 0.74% -
XYZ 29.94 14.74 48.28 -
YUV 88.68 183.49 198.84 -
System Red Green Blue C M Y K H S L
Decimal 188 19 187 0 0.90 0.01 0.26 300.36 0.82 0.41
Hex BC 13 BB 0 5A 1 1A 12C 52 29
Octal 274 23 273 0 132 1 32 454 122 51
Binary 10111100 10011 10111011 0 1011010 1 11010 100101100 1010010 101001

Color Harmonies of #BC13BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC13BB

Black with #BC13BB

Text Example


Text Example

White with #BC13BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC13BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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