Html Css Color HEX #BC119B Medium Violet Red

📋 copy color: '#BC119B'

red 188 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #BC119B

Tints of Medium Violet Red #BC119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.72%

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 52.22%
G = 4.72%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC119B (or 0xBC119B) is known color: Medium Violet Red. HEX triplet: BC, 11 and 9B. RGB value is (188,17,155). Sum of RGB (Red+Green+Blue) = 188+17+155=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC119B is #43EE64. Grayscale: #535353. Windows color (decimal): -4451941 or 10162620. OLE color: 10162620.

HSL color Cylindrical-coordinate representation of color #BC119B: hue angle of 311.58º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC119B is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 17 155 -
CMYK 0 0.91 0.18 0.26
HSL 311.58º 0.83% 0.4% -
HSV(B) 311.58º 0.91% 0.74% -
XYZ 26.86 13.46 32.19 -
YUV 83.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 188 17 155 0 0.91 0.18 0.26 311.58 0.83 0.4
Hex BC 11 9B 0 5B 12 1A 138 53 28
Octal 274 21 233 0 133 22 32 470 123 50
Binary 10111100 10001 10011011 0 1011011 10010 11010 100111000 1010011 101000

Color Harmonies of #BC119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC119B

Black with #BC119B

Text Example


Text Example

White with #BC119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC119B; }

 p { color: rgb(188,17,155); }

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

background-color css

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

 a { background-color: rgb(188,17,155); }

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

border-color css

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

 span { border-color: rgb(188,17,155); }

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