Html Css Color HEX #BC417E Medium Red Violet

📋 copy color: '#BC417E'

red 188 ◦ green 65 ◦ blue 126

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

Shades of Medium Red Violet #BC417E

Tints of Medium Red Violet #BC417E

RGB

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

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

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

R = 49.6%
G = 17.15%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC417E (or 0xBC417E) is known color: Medium Red Violet. HEX triplet: BC, 41 and 7E. RGB value is (188,65,126). Sum of RGB (Red+Green+Blue) = 188+65+126=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC417E is #43BE81. Grayscale: #6C6C6C. Windows color (decimal): -4439682 or 8274364. OLE color: 8274364.

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

Color convert

RGB 188 65 126 -
CMYK 0 0.65 0.33 0.26
HSL 330.24º 0.49% 0.5% -
HSV(B) 330.24º 0.65% 0.74% -
XYZ 26.4 15.98 21.43 -
YUV 108.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 188 65 126 0 0.65 0.33 0.26 330.24 0.49 0.5
Hex BC 41 7E 0 41 21 1A 14A 31 32
Octal 274 101 176 0 101 41 32 512 61 62
Binary 10111100 1000001 1111110 0 1000001 100001 11010 101001010 110001 110010

Color Harmonies of #BC417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC417E

Black with #BC417E

Text Example


Text Example

White with #BC417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC417E; }

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

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

background-color css

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

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

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

border-color css

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

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

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