Html Css Color HEX #BC0FBA Deep Magenta

📋 copy color: '#BC0FBA'

red 188 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #BC0FBA

Tints of Deep Magenta #BC0FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.86%

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

R = 48.33%
G = 3.86%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC0FBA (or 0xBC0FBA) is known color: Deep Magenta. HEX triplet: BC, 0F and BA. RGB value is (188,15,186). Sum of RGB (Red+Green+Blue) = 188+15+186=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0FBA is #43F045. Grayscale: #555555. Windows color (decimal): -4452422 or 12193724. OLE color: 12193724.

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

Color convert

RGB 188 15 186 -
CMYK 0 0.92 0.01 0.26
HSL 300.69º 0.85% 0.4% -
HSV(B) 300.69º 0.92% 0.74% -
XYZ 29.77 14.58 47.7 -
YUV 86.22 184.31 200.6 -
System Red Green Blue C M Y K H S L
Decimal 188 15 186 0 0.92 0.01 0.26 300.69 0.85 0.4
Hex BC F BA 0 5C 1 1A 12D 55 28
Octal 274 17 272 0 134 1 32 455 125 50
Binary 10111100 1111 10111010 0 1011100 1 11010 100101101 1010101 101000

Color Harmonies of #BC0FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FBA

Black with #BC0FBA

Text Example


Text Example

White with #BC0FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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