Html Css Color HEX #BC049F Medium Violet Red

📋 copy color: '#BC049F'

red 188 ◦ green 4 ◦ blue 159

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

Shades of Medium Violet Red #BC049F

Tints of Medium Violet Red #BC049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.3%

R = 53.56%
G = 1.14%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC049F (or 0xBC049F) is known color: Medium Violet Red. HEX triplet: BC, 04 and 9F. RGB value is (188,4,159). Sum of RGB (Red+Green+Blue) = 188+4+159=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC049F is #43FB60. Grayscale: #4C4C4C. Windows color (decimal): -4455265 or 10421436. OLE color: 10421436.

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

Color convert

RGB 188 4 159 -
CMYK 0 0.98 0.15 0.26
HSL 309.46º 0.96% 0.38% -
HSV(B) 309.46º 0.98% 0.74% -
XYZ 27.04 13.28 33.94 -
YUV 76.69 174.46 207.4 -
System Red Green Blue C M Y K H S L
Decimal 188 4 159 0 0.98 0.15 0.26 309.46 0.96 0.38
Hex BC 4 9F 0 62 F 1A 135 60 26
Octal 274 4 237 0 142 17 32 465 140 46
Binary 10111100 100 10011111 0 1100010 1111 11010 100110101 1100000 100110

Color Harmonies of #BC049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC049F

Black with #BC049F

Text Example


Text Example

White with #BC049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC049F; }

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

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

background-color css

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

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

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

border-color css

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

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

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