Html Css Color HEX #BC148A Medium Violet Red

📋 copy color: '#BC148A'

red 188 ◦ green 20 ◦ blue 138

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

Shades of Medium Violet Red #BC148A

Tints of Medium Violet Red #BC148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 54.34%
G = 5.78%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC148A (or 0xBC148A) is known color: Medium Violet Red. HEX triplet: BC, 14 and 8A. RGB value is (188,20,138). Sum of RGB (Red+Green+Blue) = 188+20+138=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC148A is #43EB75. Grayscale: #535353. Windows color (decimal): -4451190 or 9049276. OLE color: 9049276.

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

Color convert

RGB 188 20 138 -
CMYK 0 0.89 0.27 0.26
HSL 317.86º 0.81% 0.41% -
HSV(B) 317.86º 0.89% 0.74% -
XYZ 25.58 13.03 25.21 -
YUV 83.68 158.66 202.41 -
System Red Green Blue C M Y K H S L
Decimal 188 20 138 0 0.89 0.27 0.26 317.86 0.81 0.41
Hex BC 14 8A 0 59 1B 1A 13E 51 29
Octal 274 24 212 0 131 33 32 476 121 51
Binary 10111100 10100 10001010 0 1011001 11011 11010 100111110 1010001 101001

Color Harmonies of #BC148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC148A

Black with #BC148A

Text Example


Text Example

White with #BC148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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