Html Css Color HEX #BC427F Medium Red Violet

📋 copy color: '#BC427F'

red 188 ◦ green 66 ◦ blue 127

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

Shades of Medium Red Violet #BC427F

Tints of Medium Red Violet #BC427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.32%

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

R = 49.34%
G = 17.32%
B = 33.33%

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

#BC427F (or 0xBC427F) is known color: Medium Red Violet. HEX triplet: BC, 42 and 7F. RGB value is (188,66,127). Sum of RGB (Red+Green+Blue) = 188+66+127=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC427F is #43BD80. Grayscale: #6D6D6D. Windows color (decimal): -4439425 or 8340156. OLE color: 8340156.

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

Color convert

RGB 188 66 127 -
CMYK 0 0.65 0.32 0.26
HSL 330º 0.48% 0.5% -
HSV(B) 330º 0.65% 0.74% -
XYZ 26.52 16.12 21.79 -
YUV 109.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 188 66 127 0 0.65 0.32 0.26 330 0.48 0.5
Hex BC 42 7F 0 41 20 1A 14A 30 32
Octal 274 102 177 0 101 40 32 512 60 62
Binary 10111100 1000010 1111111 0 1000001 100000 11010 101001010 110000 110010

Color Harmonies of #BC427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC427F

Black with #BC427F

Text Example


Text Example

White with #BC427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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