#BB278F

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

Shades of Medium Red Violet #BB278F

Tints of Medium Red Violet #BB278F

Color information

#BB278F (or 0xBB278F) is unknown color: approx Medium Red Violet. HEX triplet: BB, 27 and 8F. RGB value is (187,39,143). Sum of RGB (Red+Green+Blue) = 187+39+143=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB278F is #44D870. Grayscale: #5E5E5E. Windows color (decimal): -4511857 or 9381819. OLE color: 9381819.

HSL color Cylindrical-coordinate representation of color #BB278F: hue angle of 317.84º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB278F is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18739143-
CMYK00.790.240.27
HSL317.84º65.49%44.31%-
HSV(B)317.84º79.14%73.33%-
XYZ26.181427.31-
YUV95.11155.03193.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 39 (15.62% from 255) = 10.57%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=50.68%
G=10.57%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873914300.790.240.27317.8465.4944.31
HexBB278F04F181B13e412c
Octal273472170117303347610154
Binary10111011100111100011110100111111000110111001111101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB278F; }

 p { color: rgb(187,39,143); }

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

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

 a { background-color: rgb(187,39,143); }

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

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

 span { border-color: rgb(187,39,143); }

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