Html Css Color HEX #BB1879 Medium Violet Red

📋 copy color: '#BB1879'

red 187 ◦ green 24 ◦ blue 121

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

Shades of Medium Violet Red #BB1879

Tints of Medium Violet Red #BB1879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.23%

 BLUE value IS 121 (47.66% from 255) = 36.45%

R = 56.33%
G = 7.23%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB1879 (or 0xBB1879) is known color: Medium Violet Red. HEX triplet: BB, 18 and 79. RGB value is (187,24,121). Sum of RGB (Red+Green+Blue) = 187+24+121=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1879 is #44E786. Grayscale: #535353. Windows color (decimal): -4515719 or 7936187. OLE color: 7936187.

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

Color convert

RGB 187 24 121 -
CMYK 0 0.87 0.35 0.27
HSL 324.29º 0.77% 0.41% -
HSV(B) 324.29º 0.87% 0.73% -
XYZ 24.27 12.6 19.24 -
YUV 83.8 149 201.61 -
System Red Green Blue C M Y K H S L
Decimal 187 24 121 0 0.87 0.35 0.27 324.29 0.77 0.41
Hex BB 18 79 0 57 23 1B 144 4D 29
Octal 273 30 171 0 127 43 33 504 115 51
Binary 10111011 11000 1111001 0 1010111 100011 11011 101000100 1001101 101001

Color Harmonies of #BB1879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1879

Black with #BB1879

Text Example


Text Example

White with #BB1879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1879; }

 p { color: rgb(187,24,121); }

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

background-color css

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

 a { background-color: rgb(187,24,121); }

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

border-color css

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

 span { border-color: rgb(187,24,121); }

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