Html Css Color HEX #BB2471 Medium Red Violet

📋 copy color: '#BB2471'

red 187 ◦ green 36 ◦ blue 113

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

Shades of Medium Red Violet #BB2471

Tints of Medium Red Violet #BB2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.71%

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

R = 55.65%
G = 10.71%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB2471 (or 0xBB2471) is known color: Medium Red Violet. HEX triplet: BB, 24 and 71. RGB value is (187,36,113). Sum of RGB (Red+Green+Blue) = 187+36+113=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2471 is #44DB8E. Grayscale: #595959. Windows color (decimal): -4512655 or 7414971. OLE color: 7414971.

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

Color convert

RGB 187 36 113 -
CMYK 0 0.81 0.40 0.27
HSL 329.4º 0.68% 0.44% -
HSV(B) 329.4º 0.81% 0.73% -
XYZ 24.11 13.02 16.87 -
YUV 89.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 187 36 113 0 0.81 0.40 0.27 329.4 0.68 0.44
Hex BB 24 71 0 51 28 1B 149 44 2C
Octal 273 44 161 0 121 50 33 511 104 54
Binary 10111011 100100 1110001 0 1010001 101000 11011 101001001 1000100 101100

Color Harmonies of #BB2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2471

Black with #BB2471

Text Example


Text Example

White with #BB2471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2471; }

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

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

background-color css

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

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

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

border-color css

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

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

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