#B234B8

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

Shades of Fuchsia #B234B8

Tints of Fuchsia #B234B8

Color information

#B234B8 (or 0xB234B8) is unknown color: approx Fuchsia. HEX triplet: B2, 34 and B8. RGB value is (178,52,184). Sum of RGB (Red+Green+Blue) = 178+52+184=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 184 - color contains mainly: blue. Hex color #B234B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B234B8 is #4DCB47. Grayscale: #686868. Windows color (decimal): -5098312 or 12072114. OLE color: 12072114.

HSL color Cylindrical-coordinate representation of color #B234B8: hue angle of 297.27º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B234B8 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17852184-
CMYK0.030.7200.28
HSL297.27º55.93%46.27%-
HSV(B)297.27º71.74%72.16%-
XYZ28.2415.3846.83-
YUV104.72172.74180.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 52 (20.70% from 255) = 12.56%
BLUE value IS 184 (72.27% from 255) = 44.44%
R=43.00%
G=12.56%
B=44.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178521840.030.7200.28297.2755.9346.27
HexB234B834801C129382e
Octal2626427031100344517056
Binary1011001011010010111000111001000011100100101001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B234B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B234B8; }

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

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

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

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

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

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

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

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