Html Css Color HEX #BB2971 Medium Red Violet

📋 copy color: '#BB2971'

red 187 ◦ green 41 ◦ blue 113

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

Shades of Medium Red Violet #BB2971

Tints of Medium Red Violet #BB2971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.14%

R = 54.84%
G = 12.02%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB2971 (or 0xBB2971) is known color: Medium Red Violet. HEX triplet: BB, 29 and 71. RGB value is (187,41,113). Sum of RGB (Red+Green+Blue) = 187+41+113=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2971 is #44D68E. Grayscale: #5C5C5C. Windows color (decimal): -4511375 or 7416251. OLE color: 7416251.

HSL color Cylindrical-coordinate representation of color #BB2971: hue angle of 330.41º 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 #BB2971 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 113 -
CMYK 0 0.78 0.40 0.27
HSL 330.41º 0.64% 0.45% -
HSV(B) 330.41º 0.78% 0.73% -
XYZ 24.27 13.34 16.92 -
YUV 92.86 139.37 195.15 -
System Red Green Blue C M Y K H S L
Decimal 187 41 113 0 0.78 0.40 0.27 330.41 0.64 0.45
Hex BB 29 71 0 4E 28 1B 14A 40 2D
Octal 273 51 161 0 116 50 33 512 100 55
Binary 10111011 101001 1110001 0 1001110 101000 11011 101001010 1000000 101101

Color Harmonies of #BB2971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2971

Black with #BB2971

Text Example


Text Example

White with #BB2971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2971; }

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

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

background-color css

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

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

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

border-color css

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

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

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