#BB0184

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

Shades of Medium Violet Red #BB0184

Tints of Medium Violet Red #BB0184

Color information

#BB0184 (or 0xBB0184) is unknown color: approx Medium Violet Red. HEX triplet: BB, 01 and 84. RGB value is (187,1,132). Sum of RGB (Red+Green+Blue) = 187+1+132=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0184 is #44FE7B. Grayscale: #474747. Windows color (decimal): -4521596 or 8651195. OLE color: 8651195.

HSL color Cylindrical-coordinate representation of color #BB0184: hue angle of 317.74º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0184 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB1871132-
CMYK00.990.290.27
HSL317.74º98.94%36.86%-
HSV(B)317.74º99.47%73.33%-
XYZ24.6712.2522.89-
YUV71.55162.12210.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.44%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=58.44%
G=0.31%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187113200.990.290.27317.7498.9436.86
HexBB1840631D1B13e6325
Octal27312040143353347614345
Binary101110111100001000110001111101110111001111101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0184; }

 p { color: rgb(187,1,132); }

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

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

 a { background-color: rgb(187,1,132); }

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

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

 span { border-color: rgb(187,1,132); }

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