#B4259B

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

Shades of Medium Red Violet #B4259B

Tints of Medium Red Violet #B4259B

Color information

#B4259B (or 0xB4259B) is unknown color: approx Medium Red Violet. HEX triplet: B4, 25 and 9B. RGB value is (180,37,155). Sum of RGB (Red+Green+Blue) = 180+37+155=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4259B is #4BDA64. Grayscale: #5C5C5C. Windows color (decimal): -4971109 or 10167732. OLE color: 10167732.

HSL color Cylindrical-coordinate representation of color #B4259B: hue angle of 310.49º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4259B is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18037155-
CMYK00.790.140.29
HSL310.49º65.9%42.55%-
HSV(B)310.49º79.44%70.59%-
XYZ25.413.3932.26-
YUV93.21162.88189.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 37 (14.84% from 255) = 9.95%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=48.39%
G=9.95%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803715500.790.140.29310.4965.942.55
HexB4259B04FE1D136422b
Octal264452330117163546610253
Binary1011010010010110011011010011111110111011001101101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4259B; }

 p { color: rgb(180,37,155); }

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

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

 a { background-color: rgb(180,37,155); }

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

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

 span { border-color: rgb(180,37,155); }

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