#B23CAD

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

Shades of Fuchsia #B23CAD

Tints of Fuchsia #B23CAD

Color information

#B23CAD (or 0xB23CAD) is unknown color: approx Fuchsia. HEX triplet: B2, 3C and AD. RGB value is (178,60,173). Sum of RGB (Red+Green+Blue) = 178+60+173=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B23CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23CAD is #4DC352. Grayscale: #6B6B6B. Windows color (decimal): -5096275 or 11353266. OLE color: 11353266.

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

Color convert

RGB17860173-
CMYK00.660.030.30
HSL302.54º49.58%46.67%-
HSV(B)302.54º66.29%69.8%-
XYZ27.5215.7141.12-
YUV108.16164.59177.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 60 (23.83% from 255) = 14.60%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=43.31%
G=14.60%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786017300.660.030.30302.5449.5846.67
HexB23CAD04231E12f322f
Octal2627425501023364576257
Binary1011001011110010101101010000101111110100101111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23CAD; }

 p { color: rgb(178,60,173); }

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

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

 a { background-color: rgb(178,60,173); }

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

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

 span { border-color: rgb(178,60,173); }

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