#B2339A

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

Shades of Medium Red Violet #B2339A

Tints of Medium Red Violet #B2339A

Color information

#B2339A (or 0xB2339A) is unknown color: approx Medium Red Violet. HEX triplet: B2, 33 and 9A. RGB value is (178,51,154). Sum of RGB (Red+Green+Blue) = 178+51+154=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2339A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2339A is #4DCC65. Grayscale: #646464. Windows color (decimal): -5098598 or 10105778. OLE color: 10105778.

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

Color convert

RGB17851154-
CMYK00.710.130.30
HSL311.34º55.46%44.9%-
HSV(B)311.34º71.35%69.8%-
XYZ25.3814.1731.97-
YUV100.71158.08183.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 51 (20.31% from 255) = 13.32%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=46.48%
G=13.32%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785115400.710.130.30311.3455.4644.9
HexB2339A047D1E137372d
Octal26263232010715364676755
Binary101100101100111001101001000111110111110100110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2339A; }

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

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

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

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

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

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

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

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