Html Css Color HEX #BB2974 Medium Red Violet

📋 copy color: '#BB2974'

red 187 ◦ green 41 ◦ blue 116

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

Shades of Medium Red Violet #BB2974

Tints of Medium Red Violet #BB2974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.92%

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 54.36%
G = 11.92%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB2974 (or 0xBB2974) is known color: Medium Red Violet. HEX triplet: BB, 29 and 74. RGB value is (187,41,116). Sum of RGB (Red+Green+Blue) = 187+41+116=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2974 is #44D68B. Grayscale: #5D5D5D. Windows color (decimal): -4511372 or 7612859. OLE color: 7612859.

HSL color Cylindrical-coordinate representation of color #BB2974: hue angle of 329.18º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2974 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 116 -
CMYK 0 0.78 0.38 0.27
HSL 329.18º 0.64% 0.45% -
HSV(B) 329.18º 0.78% 0.73% -
XYZ 24.44 13.41 17.82 -
YUV 93.2 140.87 194.9 -
System Red Green Blue C M Y K H S L
Decimal 187 41 116 0 0.78 0.38 0.27 329.18 0.64 0.45
Hex BB 29 74 0 4E 26 1B 149 40 2D
Octal 273 51 164 0 116 46 33 511 100 55
Binary 10111011 101001 1110100 0 1001110 100110 11011 101001001 1000000 101101

Color Harmonies of #BB2974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2974

Black with #BB2974

Text Example


Text Example

White with #BB2974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2974; }

 p { color: rgb(187,41,116); }

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

background-color css

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

 a { background-color: rgb(187,41,116); }

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

border-color css

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

 span { border-color: rgb(187,41,116); }

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