Html Css Color HEX #BC1479 Medium Violet Red

📋 copy color: '#BC1479'

red 188 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #BC1479

Tints of Medium Violet Red #BC1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.08%

 BLUE value IS 121 (47.66% from 255) = 36.78%

R = 57.14%
G = 6.08%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC1479 (or 0xBC1479) is known color: Medium Violet Red. HEX triplet: BC, 14 and 79. RGB value is (188,20,121). Sum of RGB (Red+Green+Blue) = 188+20+121=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1479 is #43EB86. Grayscale: #515151. Windows color (decimal): -4451207 or 7935164. OLE color: 7935164.

HSL color Cylindrical-coordinate representation of color #BC1479: hue angle of 323.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1479 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 20 121 -
CMYK 0 0.89 0.36 0.26
HSL 323.93º 0.81% 0.41% -
HSV(B) 323.93º 0.89% 0.74% -
XYZ 24.44 12.57 19.23 -
YUV 81.75 150.16 203.79 -
System Red Green Blue C M Y K H S L
Decimal 188 20 121 0 0.89 0.36 0.26 323.93 0.81 0.41
Hex BC 14 79 0 59 24 1A 144 51 29
Octal 274 24 171 0 131 44 32 504 121 51
Binary 10111100 10100 1111001 0 1011001 100100 11010 101000100 1010001 101001

Color Harmonies of #BC1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1479

Black with #BC1479

Text Example


Text Example

White with #BC1479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1479; }

 p { color: rgb(188,20,121); }

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

background-color css

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

 a { background-color: rgb(188,20,121); }

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

border-color css

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

 span { border-color: rgb(188,20,121); }

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