Html Css Color HEX #BC2F80 Medium Red Violet

📋 copy color: '#BC2F80'

red 188 ◦ green 47 ◦ blue 128

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

Shades of Medium Red Violet #BC2F80

Tints of Medium Red Violet #BC2F80

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.95%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 51.79%
G = 12.95%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC2F80 (or 0xBC2F80) is known color: Medium Red Violet. HEX triplet: BC, 2F and 80. RGB value is (188,47,128). Sum of RGB (Red+Green+Blue) = 188+47+128=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2F80 is #43D07F. Grayscale: #626262. Windows color (decimal): -4444288 or 8400828. OLE color: 8400828.

HSL color Cylindrical-coordinate representation of color #BC2F80: hue angle of 325.53º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F80 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 47 128 -
CMYK 0 0.75 0.32 0.26
HSL 325.53º 0.6% 0.46% -
HSV(B) 325.53º 0.75% 0.74% -
XYZ 25.65 14.28 21.83 -
YUV 98.39 144.71 191.91 -
System Red Green Blue C M Y K H S L
Decimal 188 47 128 0 0.75 0.32 0.26 325.53 0.6 0.46
Hex BC 2F 80 0 4B 20 1A 146 3C 2E
Octal 274 57 200 0 113 40 32 506 74 56
Binary 10111100 101111 10000000 0 1001011 100000 11010 101000110 111100 101110

Color Harmonies of #BC2F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F80

Black with #BC2F80

Text Example


Text Example

White with #BC2F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F80; }

 p { color: rgb(188,47,128); }

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

background-color css

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

 a { background-color: rgb(188,47,128); }

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

border-color css

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

 span { border-color: rgb(188,47,128); }

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