Html Css Color HEX #BB2579 Medium Red Violet

📋 copy color: '#BB2579'

red 187 ◦ green 37 ◦ blue 121

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

Shades of Medium Red Violet #BB2579

Tints of Medium Red Violet #BB2579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.72%

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

R = 54.2%
G = 10.72%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB2579 (or 0xBB2579) is known color: Medium Red Violet. HEX triplet: BB, 25 and 79. RGB value is (187,37,121). Sum of RGB (Red+Green+Blue) = 187+37+121=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2579 is #44DA86. Grayscale: #5B5B5B. Windows color (decimal): -4512391 or 7939515. OLE color: 7939515.

HSL color Cylindrical-coordinate representation of color #BB2579: hue angle of 326.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2579 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 121 -
CMYK 0 0.80 0.35 0.27
HSL 326.4º 0.67% 0.44% -
HSV(B) 326.4º 0.8% 0.73% -
XYZ 24.61 13.27 19.35 -
YUV 91.43 144.7 196.17 -
System Red Green Blue C M Y K H S L
Decimal 187 37 121 0 0.80 0.35 0.27 326.4 0.67 0.44
Hex BB 25 79 0 50 23 1B 146 43 2C
Octal 273 45 171 0 120 43 33 506 103 54
Binary 10111011 100101 1111001 0 1010000 100011 11011 101000110 1000011 101100

Color Harmonies of #BB2579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2579

Black with #BB2579

Text Example


Text Example

White with #BB2579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2579; }

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

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

background-color css

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

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

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

border-color css

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

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

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