Html Css Color HEX #BC149F Medium Violet Red

📋 copy color: '#BC149F'

red 188 ◦ green 20 ◦ blue 159

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

Shades of Medium Violet Red #BC149F

Tints of Medium Violet Red #BC149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 51.23%
G = 5.45%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC149F (or 0xBC149F) is known color: Medium Violet Red. HEX triplet: BC, 14 and 9F. RGB value is (188,20,159). Sum of RGB (Red+Green+Blue) = 188+20+159=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC149F is #43EB60. Grayscale: #555555. Windows color (decimal): -4451169 or 10425532. OLE color: 10425532.

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

Color convert

RGB 188 20 159 -
CMYK 0 0.89 0.15 0.26
HSL 310.36º 0.81% 0.41% -
HSV(B) 310.36º 0.89% 0.74% -
XYZ 27.25 13.69 34.01 -
YUV 86.08 169.16 200.7 -
System Red Green Blue C M Y K H S L
Decimal 188 20 159 0 0.89 0.15 0.26 310.36 0.81 0.41
Hex BC 14 9F 0 59 F 1A 136 51 29
Octal 274 24 237 0 131 17 32 466 121 51
Binary 10111100 10100 10011111 0 1011001 1111 11010 100110110 1010001 101001

Color Harmonies of #BC149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC149F

Black with #BC149F

Text Example


Text Example

White with #BC149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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