Html Css Color HEX #BC1D8F Medium Violet Red

📋 copy color: '#BC1D8F'

red 188 ◦ green 29 ◦ blue 143

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

Shades of Medium Violet Red #BC1D8F

Tints of Medium Violet Red #BC1D8F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.06%

 BLUE value IS 143 (56.25% from 255) = 39.72%

R = 52.22%
G = 8.06%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC1D8F (or 0xBC1D8F) is known color: Medium Violet Red. HEX triplet: BC, 1D and 8F. RGB value is (188,29,143). Sum of RGB (Red+Green+Blue) = 188+29+143=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1D8F is #43E270. Grayscale: #595959. Windows color (decimal): -4448881 or 9379260. OLE color: 9379260.

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

Color convert

RGB 188 29 143 -
CMYK 0 0.85 0.24 0.26
HSL 316.98º 0.73% 0.43% -
HSV(B) 316.98º 0.85% 0.74% -
XYZ 26.14 13.55 27.23 -
YUV 89.54 158.18 198.23 -
System Red Green Blue C M Y K H S L
Decimal 188 29 143 0 0.85 0.24 0.26 316.98 0.73 0.43
Hex BC 1D 8F 0 55 18 1A 13D 49 2B
Octal 274 35 217 0 125 30 32 475 111 53
Binary 10111100 11101 10001111 0 1010101 11000 11010 100111101 1001001 101011

Color Harmonies of #BC1D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D8F

Black with #BC1D8F

Text Example


Text Example

White with #BC1D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D8F; }

 p { color: rgb(188,29,143); }

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

background-color css

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

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

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

border-color css

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

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

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