#B23FA6

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

Shades of Fuchsia #B23FA6

Tints of Fuchsia #B23FA6

Color information

#B23FA6 (or 0xB23FA6) is unknown color: approx Fuchsia. HEX triplet: B2, 3F and A6. RGB value is (178,63,166). Sum of RGB (Red+Green+Blue) = 178+63+166=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B23FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23FA6 is #4DC059. Grayscale: #6C6C6C. Windows color (decimal): -5095514 or 10895282. OLE color: 10895282.

HSL color Cylindrical-coordinate representation of color #B23FA6: hue angle of 306.26º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23FA6 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17863166-
CMYK00.650.070.30
HSL306.26º47.72%47.25%-
HSV(B)306.26º64.61%69.8%-
XYZ27.0215.7737.7-
YUV109.13160.1177.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 63 (25% from 255) = 15.48%
BLUE value IS 166 (65.23% from 255) = 40.79%
R=43.73%
G=15.48%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786316600.650.070.30306.2647.7247.25
HexB23FA604171E132302f
Octal2627724601017364626057
Binary10110010111111101001100100000111111110100110010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23FA6; }

 p { color: rgb(178,63,166); }

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

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

 a { background-color: rgb(178,63,166); }

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

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

 span { border-color: rgb(178,63,166); }

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