#B232A5

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

Shades of Medium Red Violet #B232A5

Tints of Medium Red Violet #B232A5

Color information

#B232A5 (or 0xB232A5) is unknown color: approx Medium Red Violet. HEX triplet: B2, 32 and A5. RGB value is (178,50,165). Sum of RGB (Red+Green+Blue) = 178+50+165=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B232A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B232A5 is #4DCD5A. Grayscale: #656565. Windows color (decimal): -5098843 or 10826418. OLE color: 10826418.

HSL color Cylindrical-coordinate representation of color #B232A5: hue angle of 306.09º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B232A5 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17850165-
CMYK00.720.070.30
HSL306.09º56.14%44.71%-
HSV(B)306.09º71.91%69.8%-
XYZ26.2914.4637-
YUV101.38163.91182.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.29%
GREEN value IS 50 (19.92% from 255) = 12.72%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=45.29%
G=12.72%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785016500.720.070.30306.0956.1444.71
HexB232A504871E132382d
Octal2626224501107364627055
Binary10110010110010101001010100100011111110100110010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B232A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B232A5; }

 p { color: rgb(178,50,165); }

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

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

 a { background-color: rgb(178,50,165); }

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

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

 span { border-color: rgb(178,50,165); }

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