Html Css Color HEX #BC149E Medium Violet Red

📋 copy color: '#BC149E'

red 188 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #BC149E

Tints of Medium Violet Red #BC149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.17%

R = 51.37%
G = 5.46%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC149E (or 0xBC149E) is known color: Medium Violet Red. HEX triplet: BC, 14 and 9E. RGB value is (188,20,158). Sum of RGB (Red+Green+Blue) = 188+20+158=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC149E is #43EB61. Grayscale: #555555. Windows color (decimal): -4451170 or 10359996. OLE color: 10359996.

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

Color convert

RGB 188 20 158 -
CMYK 0 0.89 0.16 0.26
HSL 310.71º 0.81% 0.41% -
HSV(B) 310.71º 0.89% 0.74% -
XYZ 27.16 13.66 33.55 -
YUV 85.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 188 20 158 0 0.89 0.16 0.26 310.71 0.81 0.41
Hex BC 14 9E 0 59 10 1A 137 51 29
Octal 274 24 236 0 131 20 32 467 121 51
Binary 10111100 10100 10011110 0 1011001 10000 11010 100110111 1010001 101001

Color Harmonies of #BC149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC149E

Black with #BC149E

Text Example


Text Example

White with #BC149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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