Html Css Color HEX #BC147E Medium Violet Red

📋 copy color: '#BC147E'

red 188 ◦ green 20 ◦ blue 126

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

Shades of Medium Violet Red #BC147E

Tints of Medium Violet Red #BC147E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.72%

R = 56.29%
G = 5.99%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC147E (or 0xBC147E) is known color: Medium Violet Red. HEX triplet: BC, 14 and 7E. RGB value is (188,20,126). Sum of RGB (Red+Green+Blue) = 188+20+126=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC147E is #43EB81. Grayscale: #525252. Windows color (decimal): -4451202 or 8262844. OLE color: 8262844.

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

Color convert

RGB 188 20 126 -
CMYK 0 0.89 0.33 0.26
HSL 322.14º 0.81% 0.41% -
HSV(B) 322.14º 0.89% 0.74% -
XYZ 24.76 12.7 20.88 -
YUV 82.32 152.66 203.38 -
System Red Green Blue C M Y K H S L
Decimal 188 20 126 0 0.89 0.33 0.26 322.14 0.81 0.41
Hex BC 14 7E 0 59 21 1A 142 51 29
Octal 274 24 176 0 131 41 32 502 121 51
Binary 10111100 10100 1111110 0 1011001 100001 11010 101000010 1010001 101001

Color Harmonies of #BC147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC147E

Black with #BC147E

Text Example


Text Example

White with #BC147E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC147E; }

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

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

background-color css

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

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

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

border-color css

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

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

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