Html Css Color HEX #BB2374 Medium Red Violet

📋 copy color: '#BB2374'

red 187 ◦ green 35 ◦ blue 116

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

Shades of Medium Red Violet #BB2374

Tints of Medium Red Violet #BB2374

RGB

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

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

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

R = 55.33%
G = 10.36%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB2374 (or 0xBB2374) is known color: Medium Red Violet. HEX triplet: BB, 23 and 74. RGB value is (187,35,116). Sum of RGB (Red+Green+Blue) = 187+35+116=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2374 is #44DC8B. Grayscale: #595959. Windows color (decimal): -4512908 or 7611323. OLE color: 7611323.

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

Color convert

RGB 187 35 116 -
CMYK 0 0.81 0.38 0.27
HSL 328.03º 0.68% 0.44% -
HSV(B) 328.03º 0.81% 0.73% -
XYZ 24.25 13.03 17.76 -
YUV 89.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 187 35 116 0 0.81 0.38 0.27 328.03 0.68 0.44
Hex BB 23 74 0 51 26 1B 148 44 2C
Octal 273 43 164 0 121 46 33 510 104 54
Binary 10111011 100011 1110100 0 1010001 100110 11011 101001000 1000100 101100

Color Harmonies of #BB2374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2374

Black with #BB2374

Text Example


Text Example

White with #BB2374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2374; }

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

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

background-color css

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

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

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

border-color css

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

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

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