Html Css Color HEX #BB2777 Medium Red Violet

📋 copy color: '#BB2777'

red 187 ◦ green 39 ◦ blue 119

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

Shades of Medium Red Violet #BB2777

Tints of Medium Red Violet #BB2777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.3%

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

R = 54.2%
G = 11.3%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB2777 (or 0xBB2777) is known color: Medium Red Violet. HEX triplet: BB, 27 and 77. RGB value is (187,39,119). Sum of RGB (Red+Green+Blue) = 187+39+119=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2777 is #44D888. Grayscale: #5C5C5C. Windows color (decimal): -4511881 or 7808955. OLE color: 7808955.

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

Color convert

RGB 187 39 119 -
CMYK 0 0.79 0.36 0.27
HSL 327.57º 0.65% 0.44% -
HSV(B) 327.57º 0.79% 0.73% -
XYZ 24.55 13.35 18.74 -
YUV 92.37 143.03 195.5 -
System Red Green Blue C M Y K H S L
Decimal 187 39 119 0 0.79 0.36 0.27 327.57 0.65 0.44
Hex BB 27 77 0 4F 24 1B 148 41 2C
Octal 273 47 167 0 117 44 33 510 101 54
Binary 10111011 100111 1110111 0 1001111 100100 11011 101001000 1000001 101100

Color Harmonies of #BB2777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2777

Black with #BB2777

Text Example


Text Example

White with #BB2777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2777; }

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

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

background-color css

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

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

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

border-color css

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

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

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