Html Css Color HEX #BB377F Medium Red Violet

📋 copy color: '#BB377F'

red 187 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #BB377F

Tints of Medium Red Violet #BB377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.42%

R = 50.68%
G = 14.91%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB377F (or 0xBB377F) is known color: Medium Red Violet. HEX triplet: BB, 37 and 7F. RGB value is (187,55,127). Sum of RGB (Red+Green+Blue) = 187+55+127=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB377F is #44C880. Grayscale: #666666. Windows color (decimal): -4507777 or 8337339. OLE color: 8337339.

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

Color convert

RGB 187 55 127 -
CMYK 0 0.71 0.32 0.27
HSL 327.27º 0.55% 0.47% -
HSV(B) 327.27º 0.71% 0.73% -
XYZ 25.69 14.83 21.59 -
YUV 102.68 141.73 188.15 -
System Red Green Blue C M Y K H S L
Decimal 187 55 127 0 0.71 0.32 0.27 327.27 0.55 0.47
Hex BB 37 7F 0 47 20 1B 147 37 2F
Octal 273 67 177 0 107 40 33 507 67 57
Binary 10111011 110111 1111111 0 1000111 100000 11011 101000111 110111 101111

Color Harmonies of #BB377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB377F

Black with #BB377F

Text Example


Text Example

White with #BB377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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