Html Css Color HEX #BB2E8D Medium Red Violet

📋 copy color: '#BB2E8D'

red 187 ◦ green 46 ◦ blue 141

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

Shades of Medium Red Violet #BB2E8D

Tints of Medium Red Violet #BB2E8D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.3%

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 50%
G = 12.3%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB2E8D (or 0xBB2E8D) is known color: Medium Red Violet. HEX triplet: BB, 2E and 8D. RGB value is (187,46,141). Sum of RGB (Red+Green+Blue) = 187+46+141=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2E8D is #44D172. Grayscale: #626262. Windows color (decimal): -4510067 or 9252539. OLE color: 9252539.

HSL color Cylindrical-coordinate representation of color #BB2E8D: hue angle of 319.57º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2E8D is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 46 141 -
CMYK 0 0.75 0.25 0.27
HSL 319.57º 0.61% 0.46% -
HSV(B) 319.57º 0.75% 0.73% -
XYZ 26.28 14.44 26.6 -
YUV 98.99 151.71 190.78 -
System Red Green Blue C M Y K H S L
Decimal 187 46 141 0 0.75 0.25 0.27 319.57 0.61 0.46
Hex BB 2E 8D 0 4B 19 1B 140 3D 2E
Octal 273 56 215 0 113 31 33 500 75 56
Binary 10111011 101110 10001101 0 1001011 11001 11011 101000000 111101 101110

Color Harmonies of #BB2E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E8D

Black with #BB2E8D

Text Example


Text Example

White with #BB2E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E8D; }

 p { color: rgb(187,46,141); }

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

background-color css

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

 a { background-color: rgb(187,46,141); }

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

border-color css

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

 span { border-color: rgb(187,46,141); }

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