Html Css Color HEX #BB1777 Medium Violet Red

📋 copy color: '#BB1777'

red 187 ◦ green 23 ◦ blue 119

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

Shades of Medium Violet Red #BB1777

Tints of Medium Violet Red #BB1777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.99%

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

R = 56.84%
G = 6.99%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB1777 (or 0xBB1777) is known color: Medium Violet Red. HEX triplet: BB, 17 and 77. RGB value is (187,23,119). Sum of RGB (Red+Green+Blue) = 187+23+119=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1777 is #44E888. Grayscale: #525252. Windows color (decimal): -4515977 or 7804859. OLE color: 7804859.

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

Color convert

RGB 187 23 119 -
CMYK 0 0.88 0.36 0.27
HSL 324.88º 0.78% 0.41% -
HSV(B) 324.88º 0.88% 0.73% -
XYZ 24.13 12.51 18.6 -
YUV 82.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 187 23 119 0 0.88 0.36 0.27 324.88 0.78 0.41
Hex BB 17 77 0 58 24 1B 145 4E 29
Octal 273 27 167 0 130 44 33 505 116 51
Binary 10111011 10111 1110111 0 1011000 100100 11011 101000101 1001110 101001

Color Harmonies of #BB1777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1777

Black with #BB1777

Text Example


Text Example

White with #BB1777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1777; }

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

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

background-color css

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

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

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

border-color css

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

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

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