Html Css Color HEX #BC047F Medium Violet Red

📋 copy color: '#BC047F'

red 188 ◦ green 4 ◦ blue 127

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

Shades of Medium Violet Red #BC047F

Tints of Medium Violet Red #BC047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

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

R = 58.93%
G = 1.25%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC047F (or 0xBC047F) is known color: Medium Violet Red. HEX triplet: BC, 04 and 7F. RGB value is (188,4,127). Sum of RGB (Red+Green+Blue) = 188+4+127=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC047F is #43FB80. Grayscale: #484848. Windows color (decimal): -4455297 or 8324284. OLE color: 8324284.

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

Color convert

RGB 188 4 127 -
CMYK 0 0.98 0.32 0.26
HSL 319.89º 0.96% 0.38% -
HSV(B) 319.89º 0.98% 0.74% -
XYZ 24.61 12.31 21.16 -
YUV 73.04 158.46 210 -
System Red Green Blue C M Y K H S L
Decimal 188 4 127 0 0.98 0.32 0.26 319.89 0.96 0.38
Hex BC 4 7F 0 62 20 1A 140 60 26
Octal 274 4 177 0 142 40 32 500 140 46
Binary 10111100 100 1111111 0 1100010 100000 11010 101000000 1100000 100110

Color Harmonies of #BC047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC047F

Black with #BC047F

Text Example


Text Example

White with #BC047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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