Html Css Color HEX #BC1470 Medium Violet Red

📋 copy color: '#BC1470'

red 188 ◦ green 20 ◦ blue 112

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

Shades of Medium Violet Red #BC1470

Tints of Medium Violet Red #BC1470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35%

R = 58.75%
G = 6.25%
B = 35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC1470 (or 0xBC1470) is known color: Medium Violet Red. HEX triplet: BC, 14 and 70. RGB value is (188,20,112). Sum of RGB (Red+Green+Blue) = 188+20+112=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1470 is #43EB8F. Grayscale: #505050. Windows color (decimal): -4451216 or 7345340. OLE color: 7345340.

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

Color convert

RGB 188 20 112 -
CMYK 0 0.89 0.40 0.26
HSL 327.14º 0.81% 0.41% -
HSV(B) 327.14º 0.89% 0.74% -
XYZ 23.91 12.36 16.45 -
YUV 80.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 188 20 112 0 0.89 0.40 0.26 327.14 0.81 0.41
Hex BC 14 70 0 59 28 1A 147 51 29
Octal 274 24 160 0 131 50 32 507 121 51
Binary 10111100 10100 1110000 0 1011001 101000 11010 101000111 1010001 101001

Color Harmonies of #BC1470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1470

Black with #BC1470

Text Example


Text Example

White with #BC1470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1470; }

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

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

background-color css

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

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

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

border-color css

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

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

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