#B23FBC

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

Shades of Fuchsia #B23FBC

Tints of Fuchsia #B23FBC

Color information

#B23FBC (or 0xB23FBC) is unknown color: approx Fuchsia. HEX triplet: B2, 3F and BC. RGB value is (178,63,188). Sum of RGB (Red+Green+Blue) = 178+63+188=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #B23FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FBC is #4DC043. Grayscale: #6F6F6F. Windows color (decimal): -5095492 or 12337074. OLE color: 12337074.

HSL color Cylindrical-coordinate representation of color #B23FBC: hue angle of 295.2º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23FBC is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17863188-
CMYK0.050.6600.26
HSL295.2º49.8%49.22%-
HSV(B)295.2º66.49%73.73%-
XYZ29.2116.6549.25-
YUV111.64171.1175.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 63 (25% from 255) = 14.69%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=41.49%
G=14.69%
B=43.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178631880.050.6600.26295.249.849.22
HexB23FBC54201A1273231
Octal2627727451020324476261
Binary10110010111111101111001011000010011010100100111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23FBC; }

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

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

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

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

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

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

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

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