#B23AB9

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

Shades of Fuchsia #B23AB9

Tints of Fuchsia #B23AB9

Color information

#B23AB9 (or 0xB23AB9) is unknown color: approx Fuchsia. HEX triplet: B2, 3A and B9. RGB value is (178,58,185). Sum of RGB (Red+Green+Blue) = 178+58+185=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 185 - color contains mainly: blue. Hex color #B23AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23AB9 is #4DC546. Grayscale: #6B6B6B. Windows color (decimal): -5096775 or 12139186. OLE color: 12139186.

HSL color Cylindrical-coordinate representation of color #B23AB9: hue angle of 296.69º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B23AB9 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17858185-
CMYK0.040.6900.27
HSL296.69º52.26%47.65%-
HSV(B)296.69º68.65%72.55%-
XYZ28.6315.9947.48-
YUV108.36171.26177.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 58 (23.05% from 255) = 13.78%
BLUE value IS 185 (72.66% from 255) = 43.94%
R=42.28%
G=13.78%
B=43.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178581850.040.6900.27296.6952.2647.65
HexB23AB944501B1293430
Octal2627227141050334516460
Binary10110010111010101110011001000101011011100101001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23AB9; }

 p { color: rgb(178,58,185); }

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

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

 a { background-color: rgb(178,58,185); }

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

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

 span { border-color: rgb(178,58,185); }

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