Html Css Color HEX #BB3579 Medium Red Violet

📋 copy color: '#BB3579'

red 187 ◦ green 53 ◦ blue 121

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

Shades of Medium Red Violet #BB3579

Tints of Medium Red Violet #BB3579

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.68%

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

R = 51.8%
G = 14.68%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB3579 (or 0xBB3579) is known color: Medium Red Violet. HEX triplet: BB, 35 and 79. RGB value is (187,53,121). Sum of RGB (Red+Green+Blue) = 187+53+121=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3579 is #44CA86. Grayscale: #646464. Windows color (decimal): -4508295 or 7943611. OLE color: 7943611.

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

Color convert

RGB 187 53 121 -
CMYK 0 0.72 0.35 0.27
HSL 329.55º 0.56% 0.47% -
HSV(B) 329.55º 0.72% 0.73% -
XYZ 25.22 14.49 19.56 -
YUV 100.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 187 53 121 0 0.72 0.35 0.27 329.55 0.56 0.47
Hex BB 35 79 0 48 23 1B 14A 38 2F
Octal 273 65 171 0 110 43 33 512 70 57
Binary 10111011 110101 1111001 0 1001000 100011 11011 101001010 111000 101111

Color Harmonies of #BB3579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3579

Black with #BB3579

Text Example


Text Example

White with #BB3579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3579; }

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

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

background-color css

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

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

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

border-color css

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

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

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