Html Css Color HEX #BC1B9F Medium Violet Red

📋 copy color: '#BC1B9F'

red 188 ◦ green 27 ◦ blue 159

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

Shades of Medium Violet Red #BC1B9F

Tints of Medium Violet Red #BC1B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.22%

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

R = 50.27%
G = 7.22%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC1B9F (or 0xBC1B9F) is known color: Medium Violet Red. HEX triplet: BC, 1B and 9F. RGB value is (188,27,159). Sum of RGB (Red+Green+Blue) = 188+27+159=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1B9F is #43E460. Grayscale: #595959. Windows color (decimal): -4449377 or 10427324. OLE color: 10427324.

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

Color convert

RGB 188 27 159 -
CMYK 0 0.86 0.15 0.26
HSL 310.81º 0.75% 0.42% -
HSV(B) 310.81º 0.86% 0.74% -
XYZ 27.39 13.98 34.06 -
YUV 90.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 188 27 159 0 0.86 0.15 0.26 310.81 0.75 0.42
Hex BC 1B 9F 0 56 F 1A 137 4B 2A
Octal 274 33 237 0 126 17 32 467 113 52
Binary 10111100 11011 10011111 0 1010110 1111 11010 100110111 1001011 101010

Color Harmonies of #BC1B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1B9F

Black with #BC1B9F

Text Example


Text Example

White with #BC1B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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