#B239B3

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

Shades of Fuchsia #B239B3

Tints of Fuchsia #B239B3

Color information

#B239B3 (or 0xB239B3) is unknown color: approx Fuchsia. HEX triplet: B2, 39 and B3. RGB value is (178,57,179). Sum of RGB (Red+Green+Blue) = 178+57+179=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #B239B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239B3 is #4DC64C. Grayscale: #6A6A6A. Windows color (decimal): -5097037 or 11745714. OLE color: 11745714.

HSL color Cylindrical-coordinate representation of color #B239B3: hue angle of 299.51º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B239B3 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17857179-
CMYK0.010.6800.30
HSL299.51º51.69%46.27%-
HSV(B)299.51º68.16%70.2%-
XYZ27.9615.6544.19-
YUV107.09168.59178.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 57 (22.66% from 255) = 13.77%
BLUE value IS 179 (70.31% from 255) = 43.24%
R=43.00%
G=13.77%
B=43.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178571790.010.6800.30299.5151.6946.27
HexB239B314401E12c342e
Octal2627126311040364546456
Binary101100101110011011001111000100011110100101100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B239B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B239B3; }

 p { color: rgb(178,57,179); }

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

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

 a { background-color: rgb(178,57,179); }

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

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

 span { border-color: rgb(178,57,179); }

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