#B23ABB

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

Shades of Fuchsia #B23ABB

Tints of Fuchsia #B23ABB

Color information

#B23ABB (or 0xB23ABB) is unknown color: approx Fuchsia. HEX triplet: B2, 3A and BB. RGB value is (178,58,187). Sum of RGB (Red+Green+Blue) = 178+58+187=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #B23ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23ABB is #4DC544. Grayscale: #6C6C6C. Windows color (decimal): -5096773 or 12270258. OLE color: 12270258.

HSL color Cylindrical-coordinate representation of color #B23ABB: hue angle of 295.81º degrees, saturation: 0.53, 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 #B23ABB is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17858187-
CMYK0.050.6900.27
HSL295.81º52.65%48.04%-
HSV(B)295.81º68.98%73.33%-
XYZ28.8416.0848.6-
YUV108.59172.26177.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 58 (23.05% from 255) = 13.71%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=42.08%
G=13.71%
B=44.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178581870.050.6900.27295.8152.6548.04
HexB23ABB54501B1283530
Octal2627227351050334506560
Binary10110010111010101110111011000101011011100101000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23ABB; }

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

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

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

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

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

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

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

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