Html Css Color HEX #BC1073 Medium Violet Red

📋 copy color: '#BC1073'

red 188 ◦ green 16 ◦ blue 115

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

Shades of Medium Violet Red #BC1073

Tints of Medium Violet Red #BC1073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.05%

R = 58.93%
G = 5.02%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC1073 (or 0xBC1073) is known color: Medium Violet Red. HEX triplet: BC, 10 and 73. RGB value is (188,16,115). Sum of RGB (Red+Green+Blue) = 188+16+115=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1073 is #43EF8C. Grayscale: #4E4E4E. Windows color (decimal): -4452237 or 7540924. OLE color: 7540924.

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

Color convert

RGB 188 16 115 -
CMYK 0 0.91 0.39 0.26
HSL 325.47º 0.84% 0.4% -
HSV(B) 325.47º 0.91% 0.74% -
XYZ 24.02 12.3 17.33 -
YUV 78.71 148.48 205.95 -
System Red Green Blue C M Y K H S L
Decimal 188 16 115 0 0.91 0.39 0.26 325.47 0.84 0.4
Hex BC 10 73 0 5B 27 1A 145 54 28
Octal 274 20 163 0 133 47 32 505 124 50
Binary 10111100 10000 1110011 0 1011011 100111 11010 101000101 1010100 101000

Color Harmonies of #BC1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1073

Black with #BC1073

Text Example


Text Example

White with #BC1073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1073; }

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

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

background-color css

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

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

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

border-color css

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

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

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