Html Css Color HEX #BB2671 Medium Red Violet

📋 copy color: '#BB2671'

red 187 ◦ green 38 ◦ blue 113

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

Shades of Medium Red Violet #BB2671

Tints of Medium Red Violet #BB2671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.24%

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

R = 55.33%
G = 11.24%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB2671 (or 0xBB2671) is known color: Medium Red Violet. HEX triplet: BB, 26 and 71. RGB value is (187,38,113). Sum of RGB (Red+Green+Blue) = 187+38+113=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2671 is #44D98E. Grayscale: #5A5A5A. Windows color (decimal): -4512143 or 7415483. OLE color: 7415483.

HSL color Cylindrical-coordinate representation of color #BB2671: hue angle of 329.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2671 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 113 -
CMYK 0 0.80 0.40 0.27
HSL 329.8º 0.66% 0.44% -
HSV(B) 329.8º 0.8% 0.73% -
XYZ 24.17 13.14 16.89 -
YUV 91.1 140.36 196.4 -
System Red Green Blue C M Y K H S L
Decimal 187 38 113 0 0.80 0.40 0.27 329.8 0.66 0.44
Hex BB 26 71 0 50 28 1B 14A 42 2C
Octal 273 46 161 0 120 50 33 512 102 54
Binary 10111011 100110 1110001 0 1010000 101000 11011 101001010 1000010 101100

Color Harmonies of #BB2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2671

Black with #BB2671

Text Example


Text Example

White with #BB2671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2671; }

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

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

background-color css

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

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

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

border-color css

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

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

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