Html Css Color HEX #BC148B Medium Violet Red

📋 copy color: '#BC148B'

red 188 ◦ green 20 ◦ blue 139

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

Shades of Medium Violet Red #BC148B

Tints of Medium Violet Red #BC148B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 54.18%
G = 5.76%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC148B (or 0xBC148B) is known color: Medium Violet Red. HEX triplet: BC, 14 and 8B. RGB value is (188,20,139). Sum of RGB (Red+Green+Blue) = 188+20+139=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC148B is #43EB74. Grayscale: #535353. Windows color (decimal): -4451189 or 9114812. OLE color: 9114812.

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

Color convert

RGB 188 20 139 -
CMYK 0 0.89 0.26 0.26
HSL 317.5º 0.81% 0.41% -
HSV(B) 317.5º 0.89% 0.74% -
XYZ 25.65 13.06 25.59 -
YUV 83.8 159.16 202.32 -
System Red Green Blue C M Y K H S L
Decimal 188 20 139 0 0.89 0.26 0.26 317.5 0.81 0.41
Hex BC 14 8B 0 59 1A 1A 13E 51 29
Octal 274 24 213 0 131 32 32 476 121 51
Binary 10111100 10100 10001011 0 1011001 11010 11010 100111110 1010001 101001

Color Harmonies of #BC148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC148B

Black with #BC148B

Text Example


Text Example

White with #BC148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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