Html Css Color HEX #BC147F Medium Violet Red

📋 copy color: '#BC147F'

red 188 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #BC147F

Tints of Medium Violet Red #BC147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.91%

R = 56.12%
G = 5.97%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC147F (or 0xBC147F) is known color: Medium Violet Red. HEX triplet: BC, 14 and 7F. RGB value is (188,20,127). Sum of RGB (Red+Green+Blue) = 188+20+127=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC147F is #43EB80. Grayscale: #525252. Windows color (decimal): -4451201 or 8328380. OLE color: 8328380.

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

Color convert

RGB 188 20 127 -
CMYK 0 0.89 0.32 0.26
HSL 321.79º 0.81% 0.41% -
HSV(B) 321.79º 0.89% 0.74% -
XYZ 24.82 12.72 21.23 -
YUV 82.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 188 20 127 0 0.89 0.32 0.26 321.79 0.81 0.41
Hex BC 14 7F 0 59 20 1A 142 51 29
Octal 274 24 177 0 131 40 32 502 121 51
Binary 10111100 10100 1111111 0 1011001 100000 11010 101000010 1010001 101001

Color Harmonies of #BC147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC147F

Black with #BC147F

Text Example


Text Example

White with #BC147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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