Html Css Color HEX #BC139D Medium Violet Red

📋 copy color: '#BC139D'

red 188 ◦ green 19 ◦ blue 157

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

Shades of Medium Violet Red #BC139D

Tints of Medium Violet Red #BC139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.22%

 BLUE value IS 157 (61.72% from 255) = 43.13%

R = 51.65%
G = 5.22%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC139D (or 0xBC139D) is known color: Medium Violet Red. HEX triplet: BC, 13 and 9D. RGB value is (188,19,157). Sum of RGB (Red+Green+Blue) = 188+19+157=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC139D is #43EC62. Grayscale: #545454. Windows color (decimal): -4451427 or 10294204. OLE color: 10294204.

HSL color Cylindrical-coordinate representation of color #BC139D: hue angle of 311.01º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC139D is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 157 -
CMYK 0 0.90 0.16 0.26
HSL 311.01º 0.82% 0.41% -
HSV(B) 311.01º 0.9% 0.74% -
XYZ 27.06 13.59 33.1 -
YUV 85.26 168.49 201.28 -
System Red Green Blue C M Y K H S L
Decimal 188 19 157 0 0.90 0.16 0.26 311.01 0.82 0.41
Hex BC 13 9D 0 5A 10 1A 137 52 29
Octal 274 23 235 0 132 20 32 467 122 51
Binary 10111100 10011 10011101 0 1011010 10000 11010 100110111 1010010 101001

Color Harmonies of #BC139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC139D

Black with #BC139D

Text Example


Text Example

White with #BC139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC139D; }

 p { color: rgb(188,19,157); }

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

background-color css

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

 a { background-color: rgb(188,19,157); }

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

border-color css

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

 span { border-color: rgb(188,19,157); }

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