#BB2F82

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

Shades of Medium Red Violet #BB2F82

Tints of Medium Red Violet #BB2F82

Color information

#BB2F82 (or 0xBB2F82) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2F and 82. RGB value is (187,47,130). Sum of RGB (Red+Green+Blue) = 187+47+130=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2F82 is #44D07D. Grayscale: #626262. Windows color (decimal): -4509822 or 8531899. OLE color: 8531899.

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

Color convert

RGB18747130-
CMYK00.750.300.27
HSL324.43º59.83%45.88%-
HSV(B)324.43º74.87%73.33%-
XYZ25.5414.2122.52-
YUV98.32145.88191.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 47 (18.75% from 255) = 12.91%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=51.37%
G=12.91%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874713000.750.300.27324.4359.8345.88
HexBB2F8204B1E1B1443c2e
Octal27357202011336335047456
Binary1011101110111110000010010010111111011011101000100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2F82; }

 p { color: rgb(187,47,130); }

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

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

 a { background-color: rgb(187,47,130); }

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

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

 span { border-color: rgb(187,47,130); }

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