Html Css Color HEX #BC09AC Deep Magenta

📋 copy color: '#BC09AC'

red 188 ◦ green 9 ◦ blue 172

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

Shades of Deep Magenta #BC09AC

Tints of Deep Magenta #BC09AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.44%

 BLUE value IS 172 (67.58% from 255) = 46.61%

R = 50.95%
G = 2.44%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC09AC (or 0xBC09AC) is known color: Deep Magenta. HEX triplet: BC, 09 and AC. RGB value is (188,9,172). Sum of RGB (Red+Green+Blue) = 188+9+172=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC09AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC09AC is #43F653. Grayscale: #505050. Windows color (decimal): -4453972 or 11274684. OLE color: 11274684.

HSL color Cylindrical-coordinate representation of color #BC09AC: hue angle of 305.36º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC09AC is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 9 172 -
CMYK 0 0.95 0.09 0.26
HSL 305.36º 0.91% 0.39% -
HSV(B) 305.36º 0.95% 0.74% -
XYZ 28.28 13.87 40.22 -
YUV 81.1 179.3 204.25 -
System Red Green Blue C M Y K H S L
Decimal 188 9 172 0 0.95 0.09 0.26 305.36 0.91 0.39
Hex BC 9 AC 0 5F 9 1A 131 5B 27
Octal 274 11 254 0 137 11 32 461 133 47
Binary 10111100 1001 10101100 0 1011111 1001 11010 100110001 1011011 100111

Color Harmonies of #BC09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09AC

Black with #BC09AC

Text Example


Text Example

White with #BC09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09AC; }

 p { color: rgb(188,9,172); }

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

background-color css

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

 a { background-color: rgb(188,9,172); }

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

border-color css

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

 span { border-color: rgb(188,9,172); }

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