Html Css Color HEX #BB2379 Medium Red Violet

📋 copy color: '#BB2379'

red 187 ◦ green 35 ◦ blue 121

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

Shades of Medium Red Violet #BB2379

Tints of Medium Red Violet #BB2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.2%

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

R = 54.52%
G = 10.2%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB2379 (or 0xBB2379) is known color: Medium Red Violet. HEX triplet: BB, 23 and 79. RGB value is (187,35,121). Sum of RGB (Red+Green+Blue) = 187+35+121=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2379 is #44DC86. Grayscale: #5A5A5A. Windows color (decimal): -4512903 or 7939003. OLE color: 7939003.

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

Color convert

RGB 187 35 121 -
CMYK 0 0.81 0.35 0.27
HSL 326.05º 0.68% 0.44% -
HSV(B) 326.05º 0.81% 0.73% -
XYZ 24.55 13.15 19.33 -
YUV 90.25 145.36 197.01 -
System Red Green Blue C M Y K H S L
Decimal 187 35 121 0 0.81 0.35 0.27 326.05 0.68 0.44
Hex BB 23 79 0 51 23 1B 146 44 2C
Octal 273 43 171 0 121 43 33 506 104 54
Binary 10111011 100011 1111001 0 1010001 100011 11011 101000110 1000100 101100

Color Harmonies of #BB2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2379

Black with #BB2379

Text Example


Text Example

White with #BB2379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2379; }

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

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

background-color css

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

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

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

border-color css

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

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

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