Html Css Color HEX #BC0479 Medium Violet Red

📋 copy color: '#BC0479'

red 188 ◦ green 4 ◦ blue 121

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

Shades of Medium Violet Red #BC0479

Tints of Medium Violet Red #BC0479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.66%

R = 60.06%
G = 1.28%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC0479 (or 0xBC0479) is known color: Medium Violet Red. HEX triplet: BC, 04 and 79. RGB value is (188,4,121). Sum of RGB (Red+Green+Blue) = 188+4+121=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0479 is #43FB86. Grayscale: #484848. Windows color (decimal): -4455303 or 7931068. OLE color: 7931068.

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

Color convert

RGB 188 4 121 -
CMYK 0 0.98 0.36 0.26
HSL 321.85º 0.96% 0.38% -
HSV(B) 321.85º 0.98% 0.74% -
XYZ 24.23 12.16 19.16 -
YUV 72.35 155.46 210.49 -
System Red Green Blue C M Y K H S L
Decimal 188 4 121 0 0.98 0.36 0.26 321.85 0.96 0.38
Hex BC 4 79 0 62 24 1A 142 60 26
Octal 274 4 171 0 142 44 32 502 140 46
Binary 10111100 100 1111001 0 1100010 100100 11010 101000010 1100000 100110

Color Harmonies of #BC0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0479

Black with #BC0479

Text Example


Text Example

White with #BC0479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0479; }

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

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

background-color css

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

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

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

border-color css

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

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

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