Html Css Color HEX #BB3371 Medium Red Violet

📋 copy color: '#BB3371'

red 187 ◦ green 51 ◦ blue 113

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

Shades of Medium Red Violet #BB3371

Tints of Medium Red Violet #BB3371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.53%

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

R = 53.28%
G = 14.53%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB3371 (or 0xBB3371) is known color: Medium Red Violet. HEX triplet: BB, 33 and 71. RGB value is (187,51,113). Sum of RGB (Red+Green+Blue) = 187+51+113=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3371 is #44CC8E. Grayscale: #626262. Windows color (decimal): -4508815 or 7418811. OLE color: 7418811.

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

Color convert

RGB 187 51 113 -
CMYK 0 0.73 0.40 0.27
HSL 332.65º 0.57% 0.47% -
HSV(B) 332.65º 0.73% 0.73% -
XYZ 24.66 14.12 17.05 -
YUV 98.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 187 51 113 0 0.73 0.40 0.27 332.65 0.57 0.47
Hex BB 33 71 0 49 28 1B 14D 39 2F
Octal 273 63 161 0 111 50 33 515 71 57
Binary 10111011 110011 1110001 0 1001001 101000 11011 101001101 111001 101111

Color Harmonies of #BB3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3371

Black with #BB3371

Text Example


Text Example

White with #BB3371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3371; }

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

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

background-color css

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

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

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

border-color css

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

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

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