#B234B7

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

Shades of Fuchsia #B234B7

Tints of Fuchsia #B234B7

Color information

#B234B7 (or 0xB234B7) is unknown color: approx Fuchsia. HEX triplet: B2, 34 and B7. RGB value is (178,52,183). Sum of RGB (Red+Green+Blue) = 178+52+183=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 183 - color contains mainly: blue. Hex color #B234B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B234B7 is #4DCB48. Grayscale: #686868. Windows color (decimal): -5098313 or 12006578. OLE color: 12006578.

HSL color Cylindrical-coordinate representation of color #B234B7: hue angle of 297.71º 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 #B234B7 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17852183-
CMYK0.030.7200.28
HSL297.71º55.74%46.08%-
HSV(B)297.71º71.58%71.76%-
XYZ28.1415.3446.28-
YUV104.61172.24180.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 52 (20.70% from 255) = 12.59%
BLUE value IS 183 (71.88% from 255) = 44.31%
R=43.10%
G=12.59%
B=44.31%

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
Decimal178521830.030.7200.28297.7155.7446.08
HexB234B734801C12a382e
Octal2626426731100344527056
Binary1011001011010010110111111001000011100100101010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B234B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B234B7; }

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

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

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

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

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

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

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

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