#B23F7E

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

Shades of Medium Red Violet #B23F7E

Tints of Medium Red Violet #B23F7E

Color information

#B23F7E (or 0xB23F7E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3F and 7E. RGB value is (178,63,126). Sum of RGB (Red+Green+Blue) = 178+63+126=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23F7E is #4DC081. Grayscale: #686868. Windows color (decimal): -5095554 or 8273842. OLE color: 8273842.

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

Color convert

RGB17863126-
CMYK00.650.290.30
HSL327.13º47.72%47.25%-
HSV(B)327.13º64.61%69.8%-
XYZ23.914.5321.28-
YUV104.57140.1180.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 63 (25% from 255) = 17.17%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=48.50%
G=17.17%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786312600.650.290.30327.1347.7247.25
HexB23F7E0411D1E147302f
Octal26277176010135365076057
Binary101100101111111111110010000011110111110101000111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23F7E; }

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

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

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

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

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

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

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

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