#B23BA2

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

Shades of Medium Red Violet #B23BA2

Tints of Medium Red Violet #B23BA2

Color information

#B23BA2 (or 0xB23BA2) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3B and A2. RGB value is (178,59,162). Sum of RGB (Red+Green+Blue) = 178+59+162=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B23BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23BA2 is #4DC45D. Grayscale: #6A6A6A. Windows color (decimal): -5096542 or 10632114. OLE color: 10632114.

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

Color convert

RGB17859162-
CMYK00.670.090.30
HSL308.07º50.21%46.47%-
HSV(B)308.07º66.85%69.8%-
XYZ26.4515.235.72-
YUV106.32159.42179.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 59 (23.44% from 255) = 14.79%
BLUE value IS 162 (63.67% from 255) = 40.60%
R=44.61%
G=14.79%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785916200.670.090.30308.0750.2146.47
HexB23BA204391E134322e
Octal26273242010311364646256
Binary101100101110111010001001000011100111110100110100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23BA2; }

 p { color: rgb(178,59,162); }

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

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

 a { background-color: rgb(178,59,162); }

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

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

 span { border-color: rgb(178,59,162); }

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