#B23A7E

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

Shades of Medium Red Violet #B23A7E

Tints of Medium Red Violet #B23A7E

Color information

#B23A7E (or 0xB23A7E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3A and 7E. RGB value is (178,58,126). Sum of RGB (Red+Green+Blue) = 178+58+126=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A7E is #4DC581. Grayscale: #656565. Windows color (decimal): -5096834 or 8272562. OLE color: 8272562.

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

Color convert

RGB17858126-
CMYK00.670.290.30
HSL326º50.85%46.27%-
HSV(B)326º67.42%69.8%-
XYZ23.641421.19-
YUV101.63141.76182.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.17%
GREEN value IS 58 (23.05% from 255) = 16.02%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=49.17%
G=16.02%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785812600.670.290.3032650.8546.27
HexB23A7E0431D1E146332e
Octal26272176010335365066356
Binary101100101110101111110010000111110111110101000110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23A7E; }

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

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

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

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

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

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

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

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