Html Css Color HEX #BC2779 Medium Red Violet

📋 copy color: '#BC2779'

red 188 ◦ green 39 ◦ blue 121

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

Shades of Medium Red Violet #BC2779

Tints of Medium Red Violet #BC2779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.21%

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

R = 54.02%
G = 11.21%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC2779 (or 0xBC2779) is known color: Medium Red Violet. HEX triplet: BC, 27 and 79. RGB value is (188,39,121). Sum of RGB (Red+Green+Blue) = 188+39+121=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2779 is #43D886. Grayscale: #5C5C5C. Windows color (decimal): -4446343 or 7940028. OLE color: 7940028.

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

Color convert

RGB 188 39 121 -
CMYK 0 0.79 0.36 0.26
HSL 326.98º 0.66% 0.45% -
HSV(B) 326.98º 0.79% 0.74% -
XYZ 24.92 13.52 19.39 -
YUV 92.9 143.86 195.83 -
System Red Green Blue C M Y K H S L
Decimal 188 39 121 0 0.79 0.36 0.26 326.98 0.66 0.45
Hex BC 27 79 0 4F 24 1A 147 42 2D
Octal 274 47 171 0 117 44 32 507 102 55
Binary 10111100 100111 1111001 0 1001111 100100 11010 101000111 1000010 101101

Color Harmonies of #BC2779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2779

Black with #BC2779

Text Example


Text Example

White with #BC2779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2779; }

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

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

background-color css

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

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

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

border-color css

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

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

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