Html Css Color HEX #BC18BB Deep Magenta

📋 copy color: '#BC18BB'

red 188 ◦ green 24 ◦ blue 187

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

Shades of Deep Magenta #BC18BB

Tints of Deep Magenta #BC18BB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.02%

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

R = 47.12%
G = 6.02%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC18BB (or 0xBC18BB) is known color: Deep Magenta. HEX triplet: BC, 18 and BB. RGB value is (188,24,187). Sum of RGB (Red+Green+Blue) = 188+24+187=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18BB is #43E744. Grayscale: #5B5B5B. Windows color (decimal): -4450117 or 12261564. OLE color: 12261564.

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

Color convert

RGB 188 24 187 -
CMYK 0 0.87 0.01 0.26
HSL 300.37º 0.77% 0.42% -
HSV(B) 300.37º 0.87% 0.74% -
XYZ 30.04 14.93 48.31 -
YUV 91.62 181.83 196.75 -
System Red Green Blue C M Y K H S L
Decimal 188 24 187 0 0.87 0.01 0.26 300.37 0.77 0.42
Hex BC 18 BB 0 57 1 1A 12C 4D 2A
Octal 274 30 273 0 127 1 32 454 115 52
Binary 10111100 11000 10111011 0 1010111 1 11010 100101100 1001101 101010

Color Harmonies of #BC18BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18BB

Black with #BC18BB

Text Example


Text Example

White with #BC18BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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