Html Css Color HEX #BB2780 Medium Red Violet

📋 copy color: '#BB2780'

red 187 ◦ green 39 ◦ blue 128

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

Shades of Medium Red Violet #BB2780

Tints of Medium Red Violet #BB2780

RGB

 RED value IS 187 (73.44% from 255) = 52.82%

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

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

R = 52.82%
G = 11.02%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB2780 (or 0xBB2780) is known color: Medium Red Violet. HEX triplet: BB, 27 and 80. RGB value is (187,39,128). Sum of RGB (Red+Green+Blue) = 187+39+128=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2780 is #44D87F. Grayscale: #5D5D5D. Windows color (decimal): -4511872 or 8398779. OLE color: 8398779.

HSL color Cylindrical-coordinate representation of color #BB2780: hue angle of 323.92º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2780 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 39 128 -
CMYK 0 0.79 0.32 0.27
HSL 323.92º 0.65% 0.44% -
HSV(B) 323.92º 0.79% 0.73% -
XYZ 25.12 13.57 21.72 -
YUV 93.4 147.53 194.76 -
System Red Green Blue C M Y K H S L
Decimal 187 39 128 0 0.79 0.32 0.27 323.92 0.65 0.44
Hex BB 27 80 0 4F 20 1B 144 41 2C
Octal 273 47 200 0 117 40 33 504 101 54
Binary 10111011 100111 10000000 0 1001111 100000 11011 101000100 1000001 101100

Color Harmonies of #BB2780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2780

Black with #BB2780

Text Example


Text Example

White with #BB2780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2780; }

 p { color: rgb(187,39,128); }

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

background-color css

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

 a { background-color: rgb(187,39,128); }

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

border-color css

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

 span { border-color: rgb(187,39,128); }

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