Html Css Color HEX #BC0FBF Deep Magenta

📋 copy color: '#BC0FBF'

red 188 ◦ green 15 ◦ blue 191

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

Shades of Deep Magenta #BC0FBF

Tints of Deep Magenta #BC0FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.48%

R = 47.72%
G = 3.81%
B = 48.48%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC0FBF (or 0xBC0FBF) is known color: Deep Magenta. HEX triplet: BC, 0F and BF. RGB value is (188,15,191). Sum of RGB (Red+Green+Blue) = 188+15+191=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC0FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0FBF is #43F040. Grayscale: #565656. Windows color (decimal): -4452417 or 12521404. OLE color: 12521404.

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

Color convert

RGB 188 15 191 -
CMYK 0.02 0.92 0 0.25
HSL 298.98º 0.85% 0.4% -
HSV(B) 298.98º 0.92% 0.75% -
XYZ 30.31 14.79 50.55 -
YUV 86.79 186.81 200.19 -
System Red Green Blue C M Y K H S L
Decimal 188 15 191 0.02 0.92 0 0.25 298.98 0.85 0.4
Hex BC F BF 2 5C 0 19 12B 55 28
Octal 274 17 277 2 134 0 31 453 125 50
Binary 10111100 1111 10111111 10 1011100 0 11001 100101011 1010101 101000

Color Harmonies of #BC0FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FBF

Black with #BC0FBF

Text Example


Text Example

White with #BC0FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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