Html Css Color HEX #BB3471 Medium Red Violet

📋 copy color: '#BB3471'

red 187 ◦ green 52 ◦ blue 113

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

Shades of Medium Red Violet #BB3471

Tints of Medium Red Violet #BB3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.77%

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

R = 53.13%
G = 14.77%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB3471 (or 0xBB3471) is known color: Medium Red Violet. HEX triplet: BB, 34 and 71. RGB value is (187,52,113). Sum of RGB (Red+Green+Blue) = 187+52+113=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3471 is #44CB8E. Grayscale: #636363. Windows color (decimal): -4508559 or 7419067. OLE color: 7419067.

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

Color convert

RGB 187 52 113 -
CMYK 0 0.72 0.40 0.27
HSL 332.89º 0.56% 0.47% -
HSV(B) 332.89º 0.72% 0.73% -
XYZ 24.7 14.21 17.06 -
YUV 99.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 187 52 113 0 0.72 0.40 0.27 332.89 0.56 0.47
Hex BB 34 71 0 48 28 1B 14D 38 2F
Octal 273 64 161 0 110 50 33 515 70 57
Binary 10111011 110100 1110001 0 1001000 101000 11011 101001101 111000 101111

Color Harmonies of #BB3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3471

Black with #BB3471

Text Example


Text Example

White with #BB3471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3471; }

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

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

background-color css

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

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

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

border-color css

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

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

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