Html Css Color HEX #BB2871 Medium Red Violet

📋 copy color: '#BB2871'

red 187 ◦ green 40 ◦ blue 113

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

Shades of Medium Red Violet #BB2871

Tints of Medium Red Violet #BB2871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.76%

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

R = 55%
G = 11.76%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB2871 (or 0xBB2871) is known color: Medium Red Violet. HEX triplet: BB, 28 and 71. RGB value is (187,40,113). Sum of RGB (Red+Green+Blue) = 187+40+113=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2871 is #44D78E. Grayscale: #5C5C5C. Windows color (decimal): -4511631 or 7415995. OLE color: 7415995.

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

Color convert

RGB 187 40 113 -
CMYK 0 0.79 0.40 0.27
HSL 330.2º 0.65% 0.45% -
HSV(B) 330.2º 0.79% 0.73% -
XYZ 24.23 13.27 16.91 -
YUV 92.28 139.7 195.56 -
System Red Green Blue C M Y K H S L
Decimal 187 40 113 0 0.79 0.40 0.27 330.2 0.65 0.45
Hex BB 28 71 0 4F 28 1B 14A 41 2D
Octal 273 50 161 0 117 50 33 512 101 55
Binary 10111011 101000 1110001 0 1001111 101000 11011 101001010 1000001 101101

Color Harmonies of #BB2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2871

Black with #BB2871

Text Example


Text Example

White with #BB2871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2871; }

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

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

background-color css

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

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

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

border-color css

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

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

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