Html Css Color HEX #BB377B Medium Red Violet

📋 copy color: '#BB377B'

red 187 ◦ green 55 ◦ blue 123

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

Shades of Medium Red Violet #BB377B

Tints of Medium Red Violet #BB377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 51.23%
G = 15.07%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB377B (or 0xBB377B) is known color: Medium Red Violet. HEX triplet: BB, 37 and 7B. RGB value is (187,55,123). Sum of RGB (Red+Green+Blue) = 187+55+123=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB377B is #44C884. Grayscale: #666666. Windows color (decimal): -4507781 or 8075195. OLE color: 8075195.

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

Color convert

RGB 187 55 123 -
CMYK 0 0.71 0.34 0.27
HSL 329.09º 0.55% 0.47% -
HSV(B) 329.09º 0.71% 0.73% -
XYZ 25.43 14.73 20.24 -
YUV 102.22 139.73 188.47 -
System Red Green Blue C M Y K H S L
Decimal 187 55 123 0 0.71 0.34 0.27 329.09 0.55 0.47
Hex BB 37 7B 0 47 22 1B 149 37 2F
Octal 273 67 173 0 107 42 33 511 67 57
Binary 10111011 110111 1111011 0 1000111 100010 11011 101001001 110111 101111

Color Harmonies of #BB377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB377B

Black with #BB377B

Text Example


Text Example

White with #BB377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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