Html Css Color HEX #BC14BB Deep Magenta

📋 copy color: '#BC14BB'

red 188 ◦ green 20 ◦ blue 187

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

Shades of Deep Magenta #BC14BB

Tints of Deep Magenta #BC14BB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.06%

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

R = 47.59%
G = 5.06%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC14BB (or 0xBC14BB) is known color: Deep Magenta. HEX triplet: BC, 14 and BB. RGB value is (188,20,187). Sum of RGB (Red+Green+Blue) = 188+20+187=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC14BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14BB is #43EB44. Grayscale: #585858. Windows color (decimal): -4451141 or 12260540. OLE color: 12260540.

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

Color convert

RGB 188 20 187 -
CMYK 0 0.89 0.01 0.26
HSL 300.36º 0.81% 0.41% -
HSV(B) 300.36º 0.89% 0.74% -
XYZ 29.96 14.78 48.29 -
YUV 89.27 183.16 198.42 -
System Red Green Blue C M Y K H S L
Decimal 188 20 187 0 0.89 0.01 0.26 300.36 0.81 0.41
Hex BC 14 BB 0 59 1 1A 12C 51 29
Octal 274 24 273 0 131 1 32 454 121 51
Binary 10111100 10100 10111011 0 1011001 1 11010 100101100 1010001 101001

Color Harmonies of #BC14BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC14BB

Black with #BC14BB

Text Example


Text Example

White with #BC14BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC14BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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