Html Css Color HEX #BB2079 Medium Violet Red

📋 copy color: '#BB2079'

red 187 ◦ green 32 ◦ blue 121

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

Shades of Medium Violet Red #BB2079

Tints of Medium Violet Red #BB2079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.41%

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

R = 55%
G = 9.41%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB2079 (or 0xBB2079) is known color: Medium Violet Red. HEX triplet: BB, 20 and 79. RGB value is (187,32,121). Sum of RGB (Red+Green+Blue) = 187+32+121=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2079 is #44DF86. Grayscale: #585858. Windows color (decimal): -4513671 or 7938235. OLE color: 7938235.

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

Color convert

RGB 187 32 121 -
CMYK 0 0.83 0.35 0.27
HSL 325.55º 0.71% 0.43% -
HSV(B) 325.55º 0.83% 0.73% -
XYZ 24.46 12.98 19.3 -
YUV 88.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 187 32 121 0 0.83 0.35 0.27 325.55 0.71 0.43
Hex BB 20 79 0 53 23 1B 146 47 2B
Octal 273 40 171 0 123 43 33 506 107 53
Binary 10111011 100000 1111001 0 1010011 100011 11011 101000110 1000111 101011

Color Harmonies of #BB2079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2079

Black with #BB2079

Text Example


Text Example

White with #BB2079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2079; }

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

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

background-color css

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

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

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

border-color css

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

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

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