Html Css Color HEX #BC18AF Deep Magenta

📋 copy color: '#BC18AF'

red 188 ◦ green 24 ◦ blue 175

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

Shades of Deep Magenta #BC18AF

Tints of Deep Magenta #BC18AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 48.58%
G = 6.2%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC18AF (or 0xBC18AF) is known color: Deep Magenta. HEX triplet: BC, 18 and AF. RGB value is (188,24,175). Sum of RGB (Red+Green+Blue) = 188+24+175=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC18AF is #43E750. Grayscale: #595959. Windows color (decimal): -4450129 or 11475132. OLE color: 11475132.

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

Color convert

RGB 188 24 175 -
CMYK 0 0.87 0.07 0.26
HSL 304.76º 0.77% 0.42% -
HSV(B) 304.76º 0.87% 0.74% -
XYZ 28.8 14.44 41.83 -
YUV 90.25 175.83 197.72 -
System Red Green Blue C M Y K H S L
Decimal 188 24 175 0 0.87 0.07 0.26 304.76 0.77 0.42
Hex BC 18 AF 0 57 7 1A 131 4D 2A
Octal 274 30 257 0 127 7 32 461 115 52
Binary 10111100 11000 10101111 0 1010111 111 11010 100110001 1001101 101010

Color Harmonies of #BC18AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18AF

Black with #BC18AF

Text Example


Text Example

White with #BC18AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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