Html Css Color HEX #BC2479 Medium Red Violet

📋 copy color: '#BC2479'

red 188 ◦ green 36 ◦ blue 121

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

Shades of Medium Red Violet #BC2479

Tints of Medium Red Violet #BC2479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.43%

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

R = 54.49%
G = 10.43%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC2479 (or 0xBC2479) is known color: Medium Red Violet. HEX triplet: BC, 24 and 79. RGB value is (188,36,121). Sum of RGB (Red+Green+Blue) = 188+36+121=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2479 is #43DB86. Grayscale: #5A5A5A. Windows color (decimal): -4447111 or 7939260. OLE color: 7939260.

HSL color Cylindrical-coordinate representation of color #BC2479: hue angle of 326.45º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2479 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 36 121 -
CMYK 0 0.81 0.36 0.26
HSL 326.45º 0.68% 0.44% -
HSV(B) 326.45º 0.81% 0.74% -
XYZ 24.82 13.33 19.35 -
YUV 91.14 144.86 197.09 -
System Red Green Blue C M Y K H S L
Decimal 188 36 121 0 0.81 0.36 0.26 326.45 0.68 0.44
Hex BC 24 79 0 51 24 1A 146 44 2C
Octal 274 44 171 0 121 44 32 506 104 54
Binary 10111100 100100 1111001 0 1010001 100100 11010 101000110 1000100 101100

Color Harmonies of #BC2479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2479

Black with #BC2479

Text Example


Text Example

White with #BC2479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2479; }

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

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

background-color css

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

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

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

border-color css

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

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

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