Html Css Color HEX #BC1074 Medium Violet Red

📋 copy color: '#BC1074'

red 188 ◦ green 16 ◦ blue 116

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

Shades of Medium Violet Red #BC1074

Tints of Medium Violet Red #BC1074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5%

 BLUE value IS 116 (45.7% from 255) = 36.25%

R = 58.75%
G = 5%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC1074 (or 0xBC1074) is known color: Medium Violet Red. HEX triplet: BC, 10 and 74. RGB value is (188,16,116). Sum of RGB (Red+Green+Blue) = 188+16+116=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1074 is #43EF8B. Grayscale: #4E4E4E. Windows color (decimal): -4452236 or 7606460. OLE color: 7606460.

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

Color convert

RGB 188 16 116 -
CMYK 0 0.91 0.38 0.26
HSL 325.12º 0.84% 0.4% -
HSV(B) 325.12º 0.91% 0.74% -
XYZ 24.08 12.32 17.63 -
YUV 78.83 148.98 205.87 -
System Red Green Blue C M Y K H S L
Decimal 188 16 116 0 0.91 0.38 0.26 325.12 0.84 0.4
Hex BC 10 74 0 5B 26 1A 145 54 28
Octal 274 20 164 0 133 46 32 505 124 50
Binary 10111100 10000 1110100 0 1011011 100110 11010 101000101 1010100 101000

Color Harmonies of #BC1074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1074

Black with #BC1074

Text Example


Text Example

White with #BC1074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1074; }

 p { color: rgb(188,16,116); }

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

background-color css

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

 a { background-color: rgb(188,16,116); }

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

border-color css

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

 span { border-color: rgb(188,16,116); }

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