#BB2598

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

Shades of Medium Red Violet #BB2598

Tints of Medium Red Violet #BB2598

Color information

#BB2598 (or 0xBB2598) is unknown color: approx Medium Red Violet. HEX triplet: BB, 25 and 98. RGB value is (187,37,152). Sum of RGB (Red+Green+Blue) = 187+37+152=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2598 is #44DA67. Grayscale: #5E5E5E. Windows color (decimal): -4512360 or 9971131. OLE color: 9971131.

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

Color convert

RGB18737152-
CMYK00.800.190.27
HSL314º66.96%43.92%-
HSV(B)314º80.21%73.33%-
XYZ26.8214.1531.02-
YUV94.96160.2193.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 37 (14.84% from 255) = 9.84%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=49.73%
G=9.84%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873715200.800.190.2731466.9643.92
HexBB2598050131B13a432c
Octal273452300120233347210354
Binary10111011100101100110000101000010011110111001110101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2598; }

 p { color: rgb(187,37,152); }

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

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

 a { background-color: rgb(187,37,152); }

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

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

 span { border-color: rgb(187,37,152); }

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