Html Css Color HEX #BB2D8C Medium Red Violet

📋 copy color: '#BB2D8C'

red 187 ◦ green 45 ◦ blue 140

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

Shades of Medium Red Violet #BB2D8C

Tints of Medium Red Violet #BB2D8C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.1%

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 50.27%
G = 12.1%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB2D8C (or 0xBB2D8C) is known color: Medium Red Violet. HEX triplet: BB, 2D and 8C. RGB value is (187,45,140). Sum of RGB (Red+Green+Blue) = 187+45+140=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2D8C is #44D273. Grayscale: #626262. Windows color (decimal): -4510324 or 9186747. OLE color: 9186747.

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

Color convert

RGB 187 45 140 -
CMYK 0 0.76 0.25 0.27
HSL 319.86º 0.61% 0.45% -
HSV(B) 319.86º 0.76% 0.73% -
XYZ 26.17 14.34 26.2 -
YUV 98.29 151.54 191.28 -
System Red Green Blue C M Y K H S L
Decimal 187 45 140 0 0.76 0.25 0.27 319.86 0.61 0.45
Hex BB 2D 8C 0 4C 19 1B 140 3D 2D
Octal 273 55 214 0 114 31 33 500 75 55
Binary 10111011 101101 10001100 0 1001100 11001 11011 101000000 111101 101101

Color Harmonies of #BB2D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2D8C

Black with #BB2D8C

Text Example


Text Example

White with #BB2D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2D8C; }

 p { color: rgb(187,45,140); }

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

background-color css

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

 a { background-color: rgb(187,45,140); }

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

border-color css

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

 span { border-color: rgb(187,45,140); }

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