Html Css Color HEX #BC0FBC Deep Magenta

📋 copy color: '#BC0FBC'

red 188 ◦ green 15 ◦ blue 188

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

Shades of Deep Magenta #BC0FBC

Tints of Deep Magenta #BC0FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 48.08%
G = 3.84%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC0FBC (or 0xBC0FBC) is known color: Deep Magenta. HEX triplet: BC, 0F and BC. RGB value is (188,15,188). Sum of RGB (Red+Green+Blue) = 188+15+188=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC0FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0FBC is #43F043. Grayscale: #555555. Windows color (decimal): -4452420 or 12324796. OLE color: 12324796.

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

Color convert

RGB 188 15 188 -
CMYK 0 0.92 0 0.26
HSL 300º 0.85% 0.4% -
HSV(B) 300º 0.92% 0.74% -
XYZ 29.99 14.66 48.83 -
YUV 86.45 185.31 200.43 -
System Red Green Blue C M Y K H S L
Decimal 188 15 188 0 0.92 0 0.26 300 0.85 0.4
Hex BC F BC 0 5C 0 1A 12C 55 28
Octal 274 17 274 0 134 0 32 454 125 50
Binary 10111100 1111 10111100 0 1011100 0 11010 100101100 1010101 101000

Color Harmonies of #BC0FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FBC

Black with #BC0FBC

Text Example


Text Example

White with #BC0FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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