Html Css Color HEX #BC119A Medium Violet Red

📋 copy color: '#BC119A'

red 188 ◦ green 17 ◦ blue 154

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

Shades of Medium Violet Red #BC119A

Tints of Medium Violet Red #BC119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.9%

R = 52.37%
G = 4.74%
B = 42.9%

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

#BC119A (or 0xBC119A) is known color: Medium Violet Red. HEX triplet: BC, 11 and 9A. RGB value is (188,17,154). Sum of RGB (Red+Green+Blue) = 188+17+154=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC119A is #43EE65. Grayscale: #535353. Windows color (decimal): -4451942 or 10097084. OLE color: 10097084.

HSL color Cylindrical-coordinate representation of color #BC119A: hue angle of 311.93º 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 #BC119A is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 17 154 -
CMYK 0 0.91 0.18 0.26
HSL 311.93º 0.83% 0.4% -
HSV(B) 311.93º 0.91% 0.74% -
XYZ 26.77 13.43 31.75 -
YUV 83.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 188 17 154 0 0.91 0.18 0.26 311.93 0.83 0.4
Hex BC 11 9A 0 5B 12 1A 138 53 28
Octal 274 21 232 0 133 22 32 470 123 50
Binary 10111100 10001 10011010 0 1011011 10010 11010 100111000 1010011 101000

Color Harmonies of #BC119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC119A

Black with #BC119A

Text Example


Text Example

White with #BC119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC119A; }

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

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

background-color css

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

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

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

border-color css

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

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

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