Html Css Color HEX #BC04AF Deep Magenta

📋 copy color: '#BC04AF'

red 188 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #BC04AF

Tints of Deep Magenta #BC04AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 51.23%
G = 1.09%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC04AF (or 0xBC04AF) is known color: Deep Magenta. HEX triplet: BC, 04 and AF. RGB value is (188,4,175). Sum of RGB (Red+Green+Blue) = 188+4+175=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC04AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC04AF is #43FB50. Grayscale: #4E4E4E. Windows color (decimal): -4455249 or 11470012. OLE color: 11470012.

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

Color convert

RGB 188 4 175 -
CMYK 0 0.98 0.07 0.26
HSL 304.24º 0.96% 0.38% -
HSV(B) 304.24º 0.98% 0.74% -
XYZ 28.52 13.87 41.73 -
YUV 78.51 182.46 206.1 -
System Red Green Blue C M Y K H S L
Decimal 188 4 175 0 0.98 0.07 0.26 304.24 0.96 0.38
Hex BC 4 AF 0 62 7 1A 130 60 26
Octal 274 4 257 0 142 7 32 460 140 46
Binary 10111100 100 10101111 0 1100010 111 11010 100110000 1100000 100110

Color Harmonies of #BC04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04AF

Black with #BC04AF

Text Example


Text Example

White with #BC04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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