Html Css Color HEX #BC417F Medium Red Violet

📋 copy color: '#BC417F'

red 188 ◦ green 65 ◦ blue 127

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

Shades of Medium Red Violet #BC417F

Tints of Medium Red Violet #BC417F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.11%

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

R = 49.47%
G = 17.11%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC417F (or 0xBC417F) is known color: Medium Red Violet. HEX triplet: BC, 41 and 7F. RGB value is (188,65,127). Sum of RGB (Red+Green+Blue) = 188+65+127=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC417F is #43BE80. Grayscale: #6C6C6C. Windows color (decimal): -4439681 or 8339900. OLE color: 8339900.

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

Color convert

RGB 188 65 127 -
CMYK 0 0.65 0.32 0.26
HSL 329.76º 0.49% 0.5% -
HSV(B) 329.76º 0.65% 0.74% -
XYZ 26.46 16 21.77 -
YUV 108.85 138.25 184.46 -
System Red Green Blue C M Y K H S L
Decimal 188 65 127 0 0.65 0.32 0.26 329.76 0.49 0.5
Hex BC 41 7F 0 41 20 1A 14A 31 32
Octal 274 101 177 0 101 40 32 512 61 62
Binary 10111100 1000001 1111111 0 1000001 100000 11010 101001010 110001 110010

Color Harmonies of #BC417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC417F

Black with #BC417F

Text Example


Text Example

White with #BC417F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC417F; }

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

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

background-color css

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

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

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

border-color css

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

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

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