#B23372

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

Shades of Medium Red Violet #B23372

Tints of Medium Red Violet #B23372

Color information

#B23372 (or 0xB23372) is unknown color: approx Medium Red Violet. HEX triplet: B2, 33 and 72. RGB value is (178,51,114). Sum of RGB (Red+Green+Blue) = 178+51+114=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B23372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23372 is #4DCC8D. Grayscale: #606060. Windows color (decimal): -5098638 or 7484338. OLE color: 7484338.

HSL color Cylindrical-coordinate representation of color #B23372: hue angle of 330.24º 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 #B23372 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB17851114-
CMYK00.710.360.30
HSL330.24º55.46%44.9%-
HSV(B)330.24º71.35%69.8%-
XYZ22.5813.0517.25-
YUV96.15138.08186.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.90%
GREEN value IS 51 (20.31% from 255) = 14.87%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=51.90%
G=14.87%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785111400.710.360.30330.2455.4644.9
HexB23372047241E14a372d
Octal26263162010744365126755
Binary1011001011001111100100100011110010011110101001010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23372; }

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

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

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

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

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

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

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

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