Html Css Color HEX #BC1C9F Medium Violet Red

📋 copy color: '#BC1C9F'

red 188 ◦ green 28 ◦ blue 159

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

Shades of Medium Violet Red #BC1C9F

Tints of Medium Violet Red #BC1C9F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.47%

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 50.13%
G = 7.47%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC1C9F (or 0xBC1C9F) is known color: Medium Violet Red. HEX triplet: BC, 1C and 9F. RGB value is (188,28,159). Sum of RGB (Red+Green+Blue) = 188+28+159=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1C9F is #43E360. Grayscale: #5A5A5A. Windows color (decimal): -4449121 or 10427580. OLE color: 10427580.

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

Color convert

RGB 188 28 159 -
CMYK 0 0.85 0.15 0.26
HSL 310.88º 0.74% 0.42% -
HSV(B) 310.88º 0.85% 0.74% -
XYZ 27.41 14.03 34.06 -
YUV 90.77 166.51 197.35 -
System Red Green Blue C M Y K H S L
Decimal 188 28 159 0 0.85 0.15 0.26 310.88 0.74 0.42
Hex BC 1C 9F 0 55 F 1A 137 4A 2A
Octal 274 34 237 0 125 17 32 467 112 52
Binary 10111100 11100 10011111 0 1010101 1111 11010 100110111 1001010 101010

Color Harmonies of #BC1C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1C9F

Black with #BC1C9F

Text Example


Text Example

White with #BC1C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1C9F; }

 p { color: rgb(188,28,159); }

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

background-color css

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

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

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

border-color css

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

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

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