#B2259A

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

Shades of Medium Red Violet #B2259A

Tints of Medium Red Violet #B2259A

Color information

#B2259A (or 0xB2259A) is unknown color: approx Medium Red Violet. HEX triplet: B2, 25 and 9A. RGB value is (178,37,154). Sum of RGB (Red+Green+Blue) = 178+37+154=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2259A is #4DDA65. Grayscale: #5C5C5C. Windows color (decimal): -5102182 or 10102194. OLE color: 10102194.

HSL color Cylindrical-coordinate representation of color #B2259A: hue angle of 310.21º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2259A is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB17837154-
CMYK00.790.130.30
HSL310.21º65.58%42.16%-
HSV(B)310.21º79.21%69.8%-
XYZ24.8513.1231.79-
YUV92.5162.71188.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 37 (14.84% from 255) = 10.03%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=48.24%
G=10.03%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783715400.790.130.30310.2165.5842.16
HexB2259A04FD1E136422a
Octal262452320117153646610252
Binary1011001010010110011010010011111101111101001101101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2259A; }

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

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

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

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

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

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

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

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