Html Css Color HEX #BC148E Medium Violet Red

📋 copy color: '#BC148E'

red 188 ◦ green 20 ◦ blue 142

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

Shades of Medium Violet Red #BC148E

Tints of Medium Violet Red #BC148E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 53.71%
G = 5.71%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC148E (or 0xBC148E) is known color: Medium Violet Red. HEX triplet: BC, 14 and 8E. RGB value is (188,20,142). Sum of RGB (Red+Green+Blue) = 188+20+142=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC148E is #43EB71. Grayscale: #535353. Windows color (decimal): -4451186 or 9311420. OLE color: 9311420.

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

Color convert

RGB 188 20 142 -
CMYK 0 0.89 0.24 0.26
HSL 316.43º 0.81% 0.41% -
HSV(B) 316.43º 0.89% 0.74% -
XYZ 25.87 13.14 26.76 -
YUV 84.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 188 20 142 0 0.89 0.24 0.26 316.43 0.81 0.41
Hex BC 14 8E 0 59 18 1A 13C 51 29
Octal 274 24 216 0 131 30 32 474 121 51
Binary 10111100 10100 10001110 0 1011001 11000 11010 100111100 1010001 101001

Color Harmonies of #BC148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC148E

Black with #BC148E

Text Example


Text Example

White with #BC148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC148E; }

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

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

background-color css

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

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

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

border-color css

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

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

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