#BB2E8B

Color #BB2E8B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BB2E8B

Tints of Medium Red Violet #BB2E8B

Color information

#BB2E8B (or 0xBB2E8B) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2E and 8B. RGB value is (187,46,139). Sum of RGB (Red+Green+Blue) = 187+46+139=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2E8B is #44D174. Grayscale: #626262. Windows color (decimal): -4510069 or 9121467. OLE color: 9121467.

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

Color convert

RGB18746139-
CMYK00.750.260.27
HSL320.43º60.52%45.69%-
HSV(B)320.43º75.4%73.33%-
XYZ26.1314.3825.83-
YUV98.76150.71190.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.27%
GREEN value IS 46 (18.36% from 255) = 12.37%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=50.27%
G=12.37%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874613900.750.260.27320.4360.5245.69
HexBB2E8B04B1A1B1403d2e
Octal27356213011332335007556
Binary1011101110111010001011010010111101011011101000000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E8B; }

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

 H1.HeaderClassName
 {
   color: #BB2E8B;
 }
 .AnyTagClassName
 {
   color: #BB2E8B;
 }
</style>
background-color css

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

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

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

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

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

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