Html Css Color HEX #BB3B80 Medium Red Violet

📋 copy color: '#BB3B80'

red 187 ◦ green 59 ◦ blue 128

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

Shades of Medium Red Violet #BB3B80

Tints of Medium Red Violet #BB3B80

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.78%

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

R = 50%
G = 15.78%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB3B80 (or 0xBB3B80) is known color: Medium Red Violet. HEX triplet: BB, 3B and 80. RGB value is (187,59,128). Sum of RGB (Red+Green+Blue) = 187+59+128=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3B80 is #44C47F. Grayscale: #686868. Windows color (decimal): -4506752 or 8403899. OLE color: 8403899.

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

Color convert

RGB 187 59 128 -
CMYK 0 0.68 0.32 0.27
HSL 327.66º 0.52% 0.48% -
HSV(B) 327.66º 0.68% 0.73% -
XYZ 25.95 15.25 22 -
YUV 105.14 140.91 186.39 -
System Red Green Blue C M Y K H S L
Decimal 187 59 128 0 0.68 0.32 0.27 327.66 0.52 0.48
Hex BB 3B 80 0 44 20 1B 148 34 30
Octal 273 73 200 0 104 40 33 510 64 60
Binary 10111011 111011 10000000 0 1000100 100000 11011 101001000 110100 110000

Color Harmonies of #BB3B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3B80

Black with #BB3B80

Text Example


Text Example

White with #BB3B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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