Html Css Color HEX #BB1680 Medium Violet Red

📋 copy color: '#BB1680'

red 187 ◦ green 22 ◦ blue 128

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

Shades of Medium Violet Red #BB1680

Tints of Medium Violet Red #BB1680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.53%

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

R = 55.49%
G = 6.53%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB1680 (or 0xBB1680) is known color: Medium Violet Red. HEX triplet: BB, 16 and 80. RGB value is (187,22,128). Sum of RGB (Red+Green+Blue) = 187+22+128=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1680 is #44E97F. Grayscale: #535353. Windows color (decimal): -4516224 or 8394427. OLE color: 8394427.

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

Color convert

RGB 187 22 128 -
CMYK 0 0.88 0.32 0.27
HSL 321.45º 0.79% 0.41% -
HSV(B) 321.45º 0.88% 0.73% -
XYZ 24.68 12.7 21.57 -
YUV 83.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 187 22 128 0 0.88 0.32 0.27 321.45 0.79 0.41
Hex BB 16 80 0 58 20 1B 141 4F 29
Octal 273 26 200 0 130 40 33 501 117 51
Binary 10111011 10110 10000000 0 1011000 100000 11011 101000001 1001111 101001

Color Harmonies of #BB1680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1680

Black with #BB1680

Text Example


Text Example

White with #BB1680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1680; }

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

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

background-color css

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

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

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

border-color css

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

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

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