#B230AB

Color #B230AB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B230AB

Tints of Fuchsia #B230AB

Color information

#B230AB (or 0xB230AB) is unknown color: approx Fuchsia. HEX triplet: B2, 30 and AB. RGB value is (178,48,171). Sum of RGB (Red+Green+Blue) = 178+48+171=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B230AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B230AB is #4DCF54. Grayscale: #646464. Windows color (decimal): -5099349 or 11219122. OLE color: 11219122.

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

Color convert

RGB17848171-
CMYK00.730.040.30
HSL303.23º57.52%44.31%-
HSV(B)303.23º73.03%69.8%-
XYZ26.7714.5239.92-
YUV100.89167.57183-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 48 (19.14% from 255) = 12.09%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=44.84%
G=12.09%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784817100.730.040.30303.2357.5244.31
HexB230AB04941E12f3a2c
Octal2626025301114364577254
Binary10110010110000101010110100100110011110100101111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B230AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B230AB; }

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

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

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

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

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

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

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

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