Html Css Color HEX #BC00B6 Deep Magenta

📋 copy color: '#BC00B6'

red 188 ◦ green 0 ◦ blue 182

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

Shades of Deep Magenta #BC00B6

Tints of Deep Magenta #BC00B6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 182 (71.48% from 255) = 49.19%

R = 50.81%
G = 0%
B = 49.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC00B6 (or 0xBC00B6) is known color: Deep Magenta. HEX triplet: BC, 00 and B6. RGB value is (188,0,182). Sum of RGB (Red+Green+Blue) = 188+0+182=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00B6 is #43FF49. Grayscale: #4C4C4C. Windows color (decimal): -4456266 or 11927740. OLE color: 11927740.

HSL color Cylindrical-coordinate representation of color #BC00B6: hue angle of 301.91º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00B6 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 182 -
CMYK 0 1 0.03 0.26
HSL 301.91º 1% 0.37% -
HSV(B) 301.91º 1% 0.74% -
XYZ 29.18 14.07 45.43 -
YUV 76.96 187.28 207.2 -
System Red Green Blue C M Y K H S L
Decimal 188 0 182 0 1 0.03 0.26 301.91 1 0.37
Hex BC 0 B6 0 64 3 1A 12E 64 25
Octal 274 0 266 0 144 3 32 456 144 45
Binary 10111100 0 10110110 0 1100100 11 11010 100101110 1100100 100101

Color Harmonies of #BC00B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00B6

Black with #BC00B6

Text Example


Text Example

White with #BC00B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00B6; }

 p { color: rgb(188,0,182); }

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

background-color css

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

 a { background-color: rgb(188,0,182); }

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

border-color css

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

 span { border-color: rgb(188,0,182); }

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