Html Css Color HEX #BC137E Medium Violet Red

📋 copy color: '#BC137E'

red 188 ◦ green 19 ◦ blue 126

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

Shades of Medium Violet Red #BC137E

Tints of Medium Violet Red #BC137E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.84%

R = 56.46%
G = 5.71%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC137E (or 0xBC137E) is known color: Medium Violet Red. HEX triplet: BC, 13 and 7E. RGB value is (188,19,126). Sum of RGB (Red+Green+Blue) = 188+19+126=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC137E is #43EC81. Grayscale: #515151. Windows color (decimal): -4451458 or 8262588. OLE color: 8262588.

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

Color convert

RGB 188 19 126 -
CMYK 0 0.90 0.33 0.26
HSL 322.01º 0.82% 0.41% -
HSV(B) 322.01º 0.9% 0.74% -
XYZ 24.74 12.66 20.88 -
YUV 81.73 152.99 203.8 -
System Red Green Blue C M Y K H S L
Decimal 188 19 126 0 0.90 0.33 0.26 322.01 0.82 0.41
Hex BC 13 7E 0 5A 21 1A 142 52 29
Octal 274 23 176 0 132 41 32 502 122 51
Binary 10111100 10011 1111110 0 1011010 100001 11010 101000010 1010010 101001

Color Harmonies of #BC137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC137E

Black with #BC137E

Text Example


Text Example

White with #BC137E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC137E; }

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

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

background-color css

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

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

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

border-color css

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

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

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