Html Css Color HEX #BB2990 Medium Red Violet

📋 copy color: '#BB2990'

red 187 ◦ green 41 ◦ blue 144

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

Shades of Medium Red Violet #BB2990

Tints of Medium Red Violet #BB2990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.02%

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 50.27%
G = 11.02%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB2990 (or 0xBB2990) is known color: Medium Red Violet. HEX triplet: BB, 29 and 90. RGB value is (187,41,144). Sum of RGB (Red+Green+Blue) = 187+41+144=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2990 is #44D66F. Grayscale: #606060. Windows color (decimal): -4511344 or 9447867. OLE color: 9447867.

HSL color Cylindrical-coordinate representation of color #BB2990: hue angle of 317.67º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2990 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 144 -
CMYK 0 0.78 0.23 0.27
HSL 317.67º 0.64% 0.45% -
HSV(B) 317.67º 0.78% 0.73% -
XYZ 26.32 14.16 27.73 -
YUV 96.4 154.87 192.62 -
System Red Green Blue C M Y K H S L
Decimal 187 41 144 0 0.78 0.23 0.27 317.67 0.64 0.45
Hex BB 29 90 0 4E 17 1B 13E 40 2D
Octal 273 51 220 0 116 27 33 476 100 55
Binary 10111011 101001 10010000 0 1001110 10111 11011 100111110 1000000 101101

Color Harmonies of #BB2990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2990

Black with #BB2990

Text Example


Text Example

White with #BB2990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2990; }

 p { color: rgb(187,41,144); }

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

background-color css

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

 a { background-color: rgb(187,41,144); }

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

border-color css

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

 span { border-color: rgb(187,41,144); }

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