#b23f84

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

Shades of Medium Red Violet #B23F84

Tints of Medium Red Violet #B23F84

Color information

#B23F84 (or 0xB23F84) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3F and 84. RGB value is (178,63,132). Sum of RGB (Red+Green+Blue) = 178+63+132=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23F84 is #4DC07B. Grayscale: #696969. Windows color (decimal): -5095548 or 8667058. OLE color: 8667058.

HSL color Cylindrical-coordinate representation of color #B23F84: hue angle of 324º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23F84 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB17863132-
CMYK00.650.260.30
HSL324º47.72%47.25%-
HSV(B)324º64.61%69.8%-
XYZ24.314.6923.38-
YUV105.25143.1179.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 63 (25% from 255) = 16.89%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=47.72%
G=16.89%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786313200.650.260.3032447.7247.25
HexB23F840411A1E144302f
Octal26277204010132365046057
Binary1011001011111110000100010000011101011110101000100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23f84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23f84; }

 p { color: rgb(178,63,132); }

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

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

 a { background-color: rgb(178,63,132); }

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

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

 span { border-color: rgb(178,63,132); }

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