Html Css Color HEX #BC049C Medium Violet Red

📋 copy color: '#BC049C'

red 188 ◦ green 4 ◦ blue 156

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

Shades of Medium Violet Red #BC049C

Tints of Medium Violet Red #BC049C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.83%

R = 54.02%
G = 1.15%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC049C (or 0xBC049C) is known color: Medium Violet Red. HEX triplet: BC, 04 and 9C. RGB value is (188,4,156). Sum of RGB (Red+Green+Blue) = 188+4+156=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC049C is #43FB63. Grayscale: #4B4B4B. Windows color (decimal): -4455268 or 10224828. OLE color: 10224828.

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

Color convert

RGB 188 4 156 -
CMYK 0 0.98 0.17 0.26
HSL 310.43º 0.96% 0.38% -
HSV(B) 310.43º 0.98% 0.74% -
XYZ 26.78 13.18 32.58 -
YUV 76.34 172.96 207.64 -
System Red Green Blue C M Y K H S L
Decimal 188 4 156 0 0.98 0.17 0.26 310.43 0.96 0.38
Hex BC 4 9C 0 62 11 1A 136 60 26
Octal 274 4 234 0 142 21 32 466 140 46
Binary 10111100 100 10011100 0 1100010 10001 11010 100110110 1100000 100110

Color Harmonies of #BC049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC049C

Black with #BC049C

Text Example


Text Example

White with #BC049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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