Html Css Color HEX #BC147A Medium Violet Red

📋 copy color: '#BC147A'

red 188 ◦ green 20 ◦ blue 122

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

Shades of Medium Violet Red #BC147A

Tints of Medium Violet Red #BC147A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.97%

R = 56.97%
G = 6.06%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC147A (or 0xBC147A) is known color: Medium Violet Red. HEX triplet: BC, 14 and 7A. RGB value is (188,20,122). Sum of RGB (Red+Green+Blue) = 188+20+122=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC147A is #43EB85. Grayscale: #515151. Windows color (decimal): -4451206 or 8000700. OLE color: 8000700.

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

Color convert

RGB 188 20 122 -
CMYK 0 0.89 0.35 0.26
HSL 323.57º 0.81% 0.41% -
HSV(B) 323.57º 0.89% 0.74% -
XYZ 24.5 12.6 19.55 -
YUV 81.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 188 20 122 0 0.89 0.35 0.26 323.57 0.81 0.41
Hex BC 14 7A 0 59 23 1A 144 51 29
Octal 274 24 172 0 131 43 32 504 121 51
Binary 10111100 10100 1111010 0 1011001 100011 11010 101000100 1010001 101001

Color Harmonies of #BC147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC147A

Black with #BC147A

Text Example


Text Example

White with #BC147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC147A; }

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

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

background-color css

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

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

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

border-color css

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

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

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