Html Css Color HEX #BB3879 Medium Red Violet

📋 copy color: '#BB3879'

red 187 ◦ green 56 ◦ blue 121

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

Shades of Medium Red Violet #BB3879

Tints of Medium Red Violet #BB3879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.38%

 BLUE value IS 121 (47.66% from 255) = 33.24%

R = 51.37%
G = 15.38%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB3879 (or 0xBB3879) is known color: Medium Red Violet. HEX triplet: BB, 38 and 79. RGB value is (187,56,121). Sum of RGB (Red+Green+Blue) = 187+56+121=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3879 is #44C786. Grayscale: #666666. Windows color (decimal): -4507527 or 7944379. OLE color: 7944379.

HSL color Cylindrical-coordinate representation of color #BB3879: hue angle of 330.23º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3879 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 121 -
CMYK 0 0.70 0.35 0.27
HSL 330.23º 0.54% 0.48% -
HSV(B) 330.23º 0.7% 0.73% -
XYZ 25.36 14.77 19.6 -
YUV 102.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 187 56 121 0 0.70 0.35 0.27 330.23 0.54 0.48
Hex BB 38 79 0 46 23 1B 14A 36 30
Octal 273 70 171 0 106 43 33 512 66 60
Binary 10111011 111000 1111001 0 1000110 100011 11011 101001010 110110 110000

Color Harmonies of #BB3879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3879

Black with #BB3879

Text Example


Text Example

White with #BB3879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3879; }

 p { color: rgb(187,56,121); }

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

background-color css

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

 a { background-color: rgb(187,56,121); }

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

border-color css

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

 span { border-color: rgb(187,56,121); }

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