Html Css Color HEX #BC137F Medium Violet Red

📋 copy color: '#BC137F'

red 188 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #BC137F

Tints of Medium Violet Red #BC137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.02%

R = 56.29%
G = 5.69%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC137F (or 0xBC137F) is known color: Medium Violet Red. HEX triplet: BC, 13 and 7F. RGB value is (188,19,127). Sum of RGB (Red+Green+Blue) = 188+19+127=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC137F is #43EC80. Grayscale: #515151. Windows color (decimal): -4451457 or 8328124. OLE color: 8328124.

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

Color convert

RGB 188 19 127 -
CMYK 0 0.90 0.32 0.26
HSL 321.66º 0.82% 0.41% -
HSV(B) 321.66º 0.9% 0.74% -
XYZ 24.8 12.69 21.22 -
YUV 81.84 153.49 203.72 -
System Red Green Blue C M Y K H S L
Decimal 188 19 127 0 0.90 0.32 0.26 321.66 0.82 0.41
Hex BC 13 7F 0 5A 20 1A 142 52 29
Octal 274 23 177 0 132 40 32 502 122 51
Binary 10111100 10011 1111111 0 1011010 100000 11010 101000010 1010010 101001

Color Harmonies of #BC137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC137F

Black with #BC137F

Text Example


Text Example

White with #BC137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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