Html Css Color HEX #BC0CBA Deep Magenta

📋 copy color: '#BC0CBA'

red 188 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #BC0CBA

Tints of Deep Magenta #BC0CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.11%

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

R = 48.7%
G = 3.11%
B = 48.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC0CBA (or 0xBC0CBA) is known color: Deep Magenta. HEX triplet: BC, 0C and BA. RGB value is (188,12,186). Sum of RGB (Red+Green+Blue) = 188+12+186=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CBA is #43F345. Grayscale: #535353. Windows color (decimal): -4453190 or 12192956. OLE color: 12192956.

HSL color Cylindrical-coordinate representation of color #BC0CBA: hue angle of 300.68º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CBA is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 12 186 -
CMYK 0 0.94 0.01 0.26
HSL 300.68º 0.88% 0.39% -
HSV(B) 300.68º 0.94% 0.74% -
XYZ 29.73 14.5 47.69 -
YUV 84.46 185.31 201.85 -
System Red Green Blue C M Y K H S L
Decimal 188 12 186 0 0.94 0.01 0.26 300.68 0.88 0.39
Hex BC C BA 0 5E 1 1A 12D 58 27
Octal 274 14 272 0 136 1 32 455 130 47
Binary 10111100 1100 10111010 0 1011110 1 11010 100101101 1011000 100111

Color Harmonies of #BC0CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CBA

Black with #BC0CBA

Text Example


Text Example

White with #BC0CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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