Html Css Color HEX #BB3880 Medium Red Violet

📋 copy color: '#BB3880'

red 187 ◦ green 56 ◦ blue 128

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

Shades of Medium Red Violet #BB3880

Tints of Medium Red Violet #BB3880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 50.4%
G = 15.09%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB3880 (or 0xBB3880) is known color: Medium Red Violet. HEX triplet: BB, 38 and 80. RGB value is (187,56,128). Sum of RGB (Red+Green+Blue) = 187+56+128=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3880 is #44C77F. Grayscale: #676767. Windows color (decimal): -4507520 or 8403131. OLE color: 8403131.

HSL color Cylindrical-coordinate representation of color #BB3880: hue angle of 327.02º 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 #BB3880 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 128 -
CMYK 0 0.70 0.32 0.27
HSL 327.02º 0.54% 0.48% -
HSV(B) 327.02º 0.7% 0.73% -
XYZ 25.8 14.95 21.95 -
YUV 103.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 187 56 128 0 0.70 0.32 0.27 327.02 0.54 0.48
Hex BB 38 80 0 46 20 1B 147 36 30
Octal 273 70 200 0 106 40 33 507 66 60
Binary 10111011 111000 10000000 0 1000110 100000 11011 101000111 110110 110000

Color Harmonies of #BB3880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3880

Black with #BB3880

Text Example


Text Example

White with #BB3880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3880; }

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

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

background-color css

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

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

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

border-color css

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

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

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