Html Css Color HEX #BB377D Medium Red Violet

📋 copy color: '#BB377D'

red 187 ◦ green 55 ◦ blue 125

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

Shades of Medium Red Violet #BB377D

Tints of Medium Red Violet #BB377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 50.95%
G = 14.99%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB377D (or 0xBB377D) is known color: Medium Red Violet. HEX triplet: BB, 37 and 7D. RGB value is (187,55,125). Sum of RGB (Red+Green+Blue) = 187+55+125=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB377D is #44C882. Grayscale: #666666. Windows color (decimal): -4507779 or 8206267. OLE color: 8206267.

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

Color convert

RGB 187 55 125 -
CMYK 0 0.71 0.33 0.27
HSL 328.18º 0.55% 0.47% -
HSV(B) 328.18º 0.71% 0.73% -
XYZ 25.56 14.78 20.91 -
YUV 102.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 187 55 125 0 0.71 0.33 0.27 328.18 0.55 0.47
Hex BB 37 7D 0 47 21 1B 148 37 2F
Octal 273 67 175 0 107 41 33 510 67 57
Binary 10111011 110111 1111101 0 1000111 100001 11011 101001000 110111 101111

Color Harmonies of #BB377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB377D

Black with #BB377D

Text Example


Text Example

White with #BB377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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