#B23A9E

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

Shades of Medium Red Violet #B23A9E

Tints of Medium Red Violet #B23A9E

Color information

#B23A9E (or 0xB23A9E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3A and 9E. RGB value is (178,58,158). Sum of RGB (Red+Green+Blue) = 178+58+158=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23A9E is #4DC561. Grayscale: #696969. Windows color (decimal): -5096802 or 10369714. OLE color: 10369714.

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

Color convert

RGB17858158-
CMYK00.670.110.30
HSL310º50.85%46.27%-
HSV(B)310º67.42%69.8%-
XYZ26.0414.9633.86-
YUV105.28157.76179.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.18%
GREEN value IS 58 (23.05% from 255) = 14.72%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=45.18%
G=14.72%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785815800.670.110.3031050.8546.27
HexB23A9E043B1E136332e
Octal26272236010313364666356
Binary101100101110101001111001000011101111110100110110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23A9E; }

 p { color: rgb(178,58,158); }

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

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

 a { background-color: rgb(178,58,158); }

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

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

 span { border-color: rgb(178,58,158); }

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