Html Css Color HEX #BC00BA Deep Magenta

📋 copy color: '#BC00BA'

red 188 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #BC00BA

Tints of Deep Magenta #BC00BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 50.27%
G = 0%
B = 49.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC00BA (or 0xBC00BA) is known color: Deep Magenta. HEX triplet: BC, 00 and BA. RGB value is (188,0,186). Sum of RGB (Red+Green+Blue) = 188+0+186=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00BA is #43FF45. Grayscale: #4C4C4C. Windows color (decimal): -4456262 or 12189884. OLE color: 12189884.

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

Color convert

RGB 188 0 186 -
CMYK 0 1 0.01 0.26
HSL 300.64º 1% 0.37% -
HSV(B) 300.64º 1% 0.74% -
XYZ 29.6 14.24 47.64 -
YUV 77.42 189.28 206.88 -
System Red Green Blue C M Y K H S L
Decimal 188 0 186 0 1 0.01 0.26 300.64 1 0.37
Hex BC 0 BA 0 64 1 1A 12D 64 25
Octal 274 0 272 0 144 1 32 455 144 45
Binary 10111100 0 10111010 0 1100100 1 11010 100101101 1100100 100101

Color Harmonies of #BC00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00BA

Black with #BC00BA

Text Example


Text Example

White with #BC00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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