Html Css Color HEX #BB3777 Medium Red Violet

📋 copy color: '#BB3777'

red 187 ◦ green 55 ◦ blue 119

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

Shades of Medium Red Violet #BB3777

Tints of Medium Red Violet #BB3777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.24%

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 51.8%
G = 15.24%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB3777 (or 0xBB3777) is known color: Medium Red Violet. HEX triplet: BB, 37 and 77. RGB value is (187,55,119). Sum of RGB (Red+Green+Blue) = 187+55+119=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3777 is #44C888. Grayscale: #656565. Windows color (decimal): -4507785 or 7813051. OLE color: 7813051.

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

Color convert

RGB 187 55 119 -
CMYK 0 0.71 0.36 0.27
HSL 330.91º 0.55% 0.47% -
HSV(B) 330.91º 0.71% 0.73% -
XYZ 25.19 14.63 18.95 -
YUV 101.76 137.73 188.8 -
System Red Green Blue C M Y K H S L
Decimal 187 55 119 0 0.71 0.36 0.27 330.91 0.55 0.47
Hex BB 37 77 0 47 24 1B 14B 37 2F
Octal 273 67 167 0 107 44 33 513 67 57
Binary 10111011 110111 1110111 0 1000111 100100 11011 101001011 110111 101111

Color Harmonies of #BB3777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3777

Black with #BB3777

Text Example


Text Example

White with #BB3777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3777; }

 p { color: rgb(187,55,119); }

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

background-color css

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

 a { background-color: rgb(187,55,119); }

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

border-color css

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

 span { border-color: rgb(187,55,119); }

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