Html Css Color HEX #BC05AF Deep Magenta

📋 copy color: '#BC05AF'

red 188 ◦ green 5 ◦ blue 175

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

Shades of Deep Magenta #BC05AF

Tints of Deep Magenta #BC05AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

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

R = 51.09%
G = 1.36%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC05AF (or 0xBC05AF) is known color: Deep Magenta. HEX triplet: BC, 05 and AF. RGB value is (188,5,175). Sum of RGB (Red+Green+Blue) = 188+5+175=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC05AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC05AF is #43FA50. Grayscale: #4E4E4E. Windows color (decimal): -4454993 or 11470268. OLE color: 11470268.

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

Color convert

RGB 188 5 175 -
CMYK 0 0.97 0.07 0.26
HSL 304.26º 0.95% 0.38% -
HSV(B) 304.26º 0.97% 0.74% -
XYZ 28.53 13.9 41.74 -
YUV 79.1 182.13 205.68 -
System Red Green Blue C M Y K H S L
Decimal 188 5 175 0 0.97 0.07 0.26 304.26 0.95 0.38
Hex BC 5 AF 0 61 7 1A 130 5F 26
Octal 274 5 257 0 141 7 32 460 137 46
Binary 10111100 101 10101111 0 1100001 111 11010 100110000 1011111 100110

Color Harmonies of #BC05AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC05AF

Black with #BC05AF

Text Example


Text Example

White with #BC05AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC05AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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