Html Css Color HEX #BC0CBF Deep Magenta

📋 copy color: '#BC0CBF'

red 188 ◦ green 12 ◦ blue 191

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

Shades of Deep Magenta #BC0CBF

Tints of Deep Magenta #BC0CBF

RGB

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

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

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

R = 48.08%
G = 3.07%
B = 48.85%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC0CBF (or 0xBC0CBF) is known color: Deep Magenta. HEX triplet: BC, 0C and BF. RGB value is (188,12,191). Sum of RGB (Red+Green+Blue) = 188+12+191=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC0CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CBF is #43F340. Grayscale: #545454. Windows color (decimal): -4453185 or 12520636. OLE color: 12520636.

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

Color convert

RGB 188 12 191 -
CMYK 0.02 0.94 0 0.25
HSL 298.99º 0.88% 0.4% -
HSV(B) 298.99º 0.94% 0.75% -
XYZ 30.27 14.72 50.54 -
YUV 85.03 187.81 201.45 -
System Red Green Blue C M Y K H S L
Decimal 188 12 191 0.02 0.94 0 0.25 298.99 0.88 0.4
Hex BC C BF 2 5E 0 19 12B 58 28
Octal 274 14 277 2 136 0 31 453 130 50
Binary 10111100 1100 10111111 10 1011110 0 11001 100101011 1011000 101000

Color Harmonies of #BC0CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CBF

Black with #BC0CBF

Text Example


Text Example

White with #BC0CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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