#b230a8

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

Shades of Medium Red Violet #B230A8

Tints of Medium Red Violet #B230A8

Color information

#B230A8 (or 0xB230A8) is unknown color: approx Medium Red Violet. HEX triplet: B2, 30 and A8. RGB value is (178,48,168). Sum of RGB (Red+Green+Blue) = 178+48+168=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B230A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B230A8 is #4DCF57. Grayscale: #646464. Windows color (decimal): -5099352 or 11022514. OLE color: 11022514.

HSL color Cylindrical-coordinate representation of color #B230A8: hue angle of 304.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B230A8 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB17848168-
CMYK00.730.060.30
HSL304.62º57.52%44.31%-
HSV(B)304.62º73.03%69.8%-
XYZ26.4814.4138.43-
YUV100.55166.07183.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.18%
GREEN value IS 48 (19.14% from 255) = 12.18%
BLUE value IS 168 (66.02% from 255) = 42.64%
R=45.18%
G=12.18%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784816800.730.060.30304.6257.5244.31
HexB230A804961E1313a2c
Octal2626025001116364617254
Binary10110010110000101010000100100111011110100110001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b230a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b230a8; }

 p { color: rgb(178,48,168); }

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

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

 a { background-color: rgb(178,48,168); }

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

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

 span { border-color: rgb(178,48,168); }

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