Html Css Color HEX #BB3F80 Medium Red Violet

📋 copy color: '#BB3F80'

red 187 ◦ green 63 ◦ blue 128

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

Shades of Medium Red Violet #BB3F80

Tints of Medium Red Violet #BB3F80

RGB

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

 GREEN value IS 63 (25% from 255) = 16.67%

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

R = 49.47%
G = 16.67%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB3F80 (or 0xBB3F80) is known color: Medium Red Violet. HEX triplet: BB, 3F and 80. RGB value is (187,63,128). Sum of RGB (Red+Green+Blue) = 187+63+128=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3F80 is #44C07F. Grayscale: #6B6B6B. Windows color (decimal): -4505728 or 8404923. OLE color: 8404923.

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

Color convert

RGB 187 63 128 -
CMYK 0 0.66 0.32 0.27
HSL 328.55º 0.5% 0.49% -
HSV(B) 328.55º 0.66% 0.73% -
XYZ 26.17 15.68 22.07 -
YUV 107.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 187 63 128 0 0.66 0.32 0.27 328.55 0.5 0.49
Hex BB 3F 80 0 42 20 1B 149 32 31
Octal 273 77 200 0 102 40 33 511 62 61
Binary 10111011 111111 10000000 0 1000010 100000 11011 101001001 110010 110001

Color Harmonies of #BB3F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F80

Black with #BB3F80

Text Example


Text Example

White with #BB3F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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