Html Css Color HEX #BC0191 Medium Violet Red

📋 copy color: '#BC0191'

red 188 ◦ green 1 ◦ blue 145

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

Shades of Medium Violet Red #BC0191

Tints of Medium Violet Red #BC0191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 145 (57.03% from 255) = 43.41%

R = 56.29%
G = 0.3%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC0191 (or 0xBC0191) is known color: Medium Violet Red. HEX triplet: BC, 01 and 91. RGB value is (188,1,145). Sum of RGB (Red+Green+Blue) = 188+1+145=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0191 is #43FE6E. Grayscale: #484848. Windows color (decimal): -4456047 or 9503164. OLE color: 9503164.

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

Color convert

RGB 188 1 145 -
CMYK 0 0.99 0.23 0.26
HSL 313.8º 0.99% 0.37% -
HSV(B) 313.8º 0.99% 0.74% -
XYZ 25.86 12.76 27.89 -
YUV 73.33 168.45 209.79 -
System Red Green Blue C M Y K H S L
Decimal 188 1 145 0 0.99 0.23 0.26 313.8 0.99 0.37
Hex BC 1 91 0 63 17 1A 13A 63 25
Octal 274 1 221 0 143 27 32 472 143 45
Binary 10111100 1 10010001 0 1100011 10111 11010 100111010 1100011 100101

Color Harmonies of #BC0191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0191

Black with #BC0191

Text Example


Text Example

White with #BC0191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0191; }

 p { color: rgb(188,1,145); }

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

background-color css

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

 a { background-color: rgb(188,1,145); }

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

border-color css

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

 span { border-color: rgb(188,1,145); }

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