#bb259a

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

Shades of Medium Red Violet #BB259A

Tints of Medium Red Violet #BB259A

Color information

#BB259A (or 0xBB259A) is unknown color: approx Medium Red Violet. HEX triplet: BB, 25 and 9A. RGB value is (187,37,154). Sum of RGB (Red+Green+Blue) = 187+37+154=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB259A is #44DA65. Grayscale: #5E5E5E. Windows color (decimal): -4512358 or 10102203. OLE color: 10102203.

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

Color convert

RGB18737154-
CMYK00.800.180.27
HSL313.2º66.96%43.92%-
HSV(B)313.2º80.21%73.33%-
XYZ26.9914.2231.89-
YUV95.19161.2193.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 37 (14.84% from 255) = 9.79%
BLUE value IS 154 (60.55% from 255) = 40.74%
R=49.47%
G=9.79%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873715400.800.180.27313.266.9643.92
HexBB259A050121B139432c
Octal273452320120223347110354
Binary10111011100101100110100101000010010110111001110011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb259a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb259a; }

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

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

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

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

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

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

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

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