Html Css Color HEX #BB2574 Medium Red Violet

📋 copy color: '#BB2574'

red 187 ◦ green 37 ◦ blue 116

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

Shades of Medium Red Violet #BB2574

Tints of Medium Red Violet #BB2574

RGB

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

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

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

R = 55%
G = 10.88%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB2574 (or 0xBB2574) is known color: Medium Red Violet. HEX triplet: BB, 25 and 74. RGB value is (187,37,116). Sum of RGB (Red+Green+Blue) = 187+37+116=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2574 is #44DA8B. Grayscale: #5A5A5A. Windows color (decimal): -4512396 or 7611835. OLE color: 7611835.

HSL color Cylindrical-coordinate representation of color #BB2574: hue angle of 328.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 #BB2574 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 116 -
CMYK 0 0.80 0.38 0.27
HSL 328.4º 0.67% 0.44% -
HSV(B) 328.4º 0.8% 0.73% -
XYZ 24.31 13.15 17.78 -
YUV 90.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 187 37 116 0 0.80 0.38 0.27 328.4 0.67 0.44
Hex BB 25 74 0 50 26 1B 148 43 2C
Octal 273 45 164 0 120 46 33 510 103 54
Binary 10111011 100101 1110100 0 1010000 100110 11011 101001000 1000011 101100

Color Harmonies of #BB2574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2574

Black with #BB2574

Text Example


Text Example

White with #BB2574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2574; }

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

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

background-color css

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

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

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

border-color css

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

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

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