Html Css Color HEX #BC337F Medium Red Violet

📋 copy color: '#BC337F'

red 188 ◦ green 51 ◦ blue 127

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

Shades of Medium Red Violet #BC337F

Tints of Medium Red Violet #BC337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.93%

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

R = 51.37%
G = 13.93%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC337F (or 0xBC337F) is known color: Medium Red Violet. HEX triplet: BC, 33 and 7F. RGB value is (188,51,127). Sum of RGB (Red+Green+Blue) = 188+51+127=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC337F is #43CC80. Grayscale: #646464. Windows color (decimal): -4443265 or 8336316. OLE color: 8336316.

HSL color Cylindrical-coordinate representation of color #BC337F: hue angle of 326.72º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC337F is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 51 127 -
CMYK 0 0.73 0.32 0.26
HSL 326.72º 0.57% 0.47% -
HSV(B) 326.72º 0.73% 0.74% -
XYZ 25.75 14.59 21.54 -
YUV 100.63 142.89 190.32 -
System Red Green Blue C M Y K H S L
Decimal 188 51 127 0 0.73 0.32 0.26 326.72 0.57 0.47
Hex BC 33 7F 0 49 20 1A 147 39 2F
Octal 274 63 177 0 111 40 32 507 71 57
Binary 10111100 110011 1111111 0 1001001 100000 11010 101000111 111001 101111

Color Harmonies of #BC337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC337F

Black with #BC337F

Text Example


Text Example

White with #BC337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC337F; }

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

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

background-color css

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

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

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

border-color css

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

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

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