#B23495

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

Shades of Medium Red Violet #B23495

Tints of Medium Red Violet #B23495

Color information

#B23495 (or 0xB23495) is unknown color: approx Medium Red Violet. HEX triplet: B2, 34 and 95. RGB value is (178,52,149). Sum of RGB (Red+Green+Blue) = 178+52+149=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B23495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23495 is #4DCB6A. Grayscale: #646464. Windows color (decimal): -5098347 or 9778354. OLE color: 9778354.

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

Color convert

RGB17852149-
CMYK00.710.160.30
HSL313.81º54.78%45.1%-
HSV(B)313.81º70.79%69.8%-
XYZ25.0114.0929.84-
YUV100.73155.24183.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 52 (20.70% from 255) = 13.72%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=46.97%
G=13.72%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785214900.710.160.30313.8154.7845.1
HexB23495047101E13a372d
Octal26264225010720364726755
Binary1011001011010010010101010001111000011110100111010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23495; }

 p { color: rgb(178,52,149); }

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

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

 a { background-color: rgb(178,52,149); }

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

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

 span { border-color: rgb(178,52,149); }

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