#B23EA6

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

Shades of Fuchsia #B23EA6

Tints of Fuchsia #B23EA6

Color information

#B23EA6 (or 0xB23EA6) is unknown color: approx Fuchsia. HEX triplet: B2, 3E and A6. RGB value is (178,62,166). Sum of RGB (Red+Green+Blue) = 178+62+166=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B23EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23EA6 is #4DC159. Grayscale: #6C6C6C. Windows color (decimal): -5095770 or 10895026. OLE color: 10895026.

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

Color convert

RGB17862166-
CMYK00.650.070.30
HSL306.21º48.33%47.06%-
HSV(B)306.21º65.17%69.8%-
XYZ26.9715.6637.68-
YUV108.54160.43177.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 62 (24.61% from 255) = 15.27%
BLUE value IS 166 (65.23% from 255) = 40.89%
R=43.84%
G=15.27%
B=40.89%

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
Decimal1786216600.650.070.30306.2148.3347.06
HexB23EA604171E132302f
Octal2627624601017364626057
Binary10110010111110101001100100000111111110100110010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23EA6; }

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

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

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

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

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

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

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

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