Html Css Color HEX #BC04B9 Deep Magenta

📋 copy color: '#BC04B9'

red 188 ◦ green 4 ◦ blue 185

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

Shades of Deep Magenta #BC04B9

Tints of Deep Magenta #BC04B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.07%

R = 49.87%
G = 1.06%
B = 49.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC04B9 (or 0xBC04B9) is known color: Deep Magenta. HEX triplet: BC, 04 and B9. RGB value is (188,4,185). Sum of RGB (Red+Green+Blue) = 188+4+185=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC04B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04B9 is #43FB46. Grayscale: #4F4F4F. Windows color (decimal): -4455239 or 12125372. OLE color: 12125372.

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

Color convert

RGB 188 4 185 -
CMYK 0 0.98 0.02 0.26
HSL 300.98º 0.96% 0.38% -
HSV(B) 300.98º 0.98% 0.74% -
XYZ 29.54 14.28 47.1 -
YUV 79.65 187.46 205.28 -
System Red Green Blue C M Y K H S L
Decimal 188 4 185 0 0.98 0.02 0.26 300.98 0.96 0.38
Hex BC 4 B9 0 62 2 1A 12D 60 26
Octal 274 4 271 0 142 2 32 455 140 46
Binary 10111100 100 10111001 0 1100010 10 11010 100101101 1100000 100110

Color Harmonies of #BC04B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04B9

Black with #BC04B9

Text Example


Text Example

White with #BC04B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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