#B234A8

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

Shades of Fuchsia #B234A8

Tints of Fuchsia #B234A8

Color information

#B234A8 (or 0xB234A8) is unknown color: approx Fuchsia. HEX triplet: B2, 34 and A8. RGB value is (178,52,168). Sum of RGB (Red+Green+Blue) = 178+52+168=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B234A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B234A8 is #4DCB57. Grayscale: #666666. Windows color (decimal): -5098328 or 11023538. OLE color: 11023538.

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

Color convert

RGB17852168-
CMYK00.710.060.30
HSL304.76º54.78%45.1%-
HSV(B)304.76º70.79%69.8%-
XYZ26.6614.7538.49-
YUV102.9164.74181.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 52 (20.70% from 255) = 13.07%
BLUE value IS 168 (66.02% from 255) = 42.21%
R=44.72%
G=13.07%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785216800.710.060.30304.7654.7845.1
HexB234A804761E131372d
Octal2626425001076364616755
Binary10110010110100101010000100011111011110100110001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B234A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B234A8; }

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

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

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

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

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

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

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

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