#BB2674

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

Shades of Medium Red Violet #BB2674

Tints of Medium Red Violet #BB2674

Color information

#BB2674 (or 0xBB2674) is unknown color: approx Medium Red Violet. HEX triplet: BB, 26 and 74. RGB value is (187,38,116). Sum of RGB (Red+Green+Blue) = 187+38+116=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2674 is #44D98B. Grayscale: #5B5B5B. Windows color (decimal): -4512140 or 7612091. OLE color: 7612091.

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

Color convert

RGB18738116-
CMYK00.800.380.27
HSL328.59º66.22%44.12%-
HSV(B)328.59º79.68%73.33%-
XYZ24.3413.2117.79-
YUV91.44141.86196.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.84%
GREEN value IS 38 (15.23% from 255) = 11.14%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=54.84%
G=11.14%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873811600.800.380.27328.5966.2244.12
HexBB2674050261B149422c
Octal273461640120463351110254
Binary10111011100110111010001010000100110110111010010011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2674; }

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

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

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

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

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

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

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

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