#B23780

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

Shades of Medium Red Violet #B23780

Tints of Medium Red Violet #B23780

Color information

#B23780 (or 0xB23780) is unknown color: approx Medium Red Violet. HEX triplet: B2, 37 and 80. RGB value is (178,55,128). Sum of RGB (Red+Green+Blue) = 178+55+128=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B23780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23780 is #4DC87F. Grayscale: #636363. Windows color (decimal): -5097600 or 8402866. OLE color: 8402866.

HSL color Cylindrical-coordinate representation of color #B23780: hue angle of 324.39º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B23780 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB17855128-
CMYK00.690.280.30
HSL324.39º52.79%45.69%-
HSV(B)324.39º69.1%69.8%-
XYZ23.6213.7621.83-
YUV100.1143.75183.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.31%
GREEN value IS 55 (21.88% from 255) = 15.24%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=49.31%
G=15.24%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785512800.690.280.30324.3952.7945.69
HexB237800451C1E144352e
Octal26267200010534365046556
Binary1011001011011110000000010001011110011110101000100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23780; }

 p { color: rgb(178,55,128); }

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

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

 a { background-color: rgb(178,55,128); }

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

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

 span { border-color: rgb(178,55,128); }

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