#B23EC1

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

Shades of Fuchsia #B23EC1

Tints of Fuchsia #B23EC1

Color information

#B23EC1 (or 0xB23EC1) is unknown color: approx Fuchsia. HEX triplet: B2, 3E and C1. RGB value is (178,62,193). Sum of RGB (Red+Green+Blue) = 178+62+193=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #B23EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23EC1 is #4DC13E. Grayscale: #6F6F6F. Windows color (decimal): -5095743 or 12664498. OLE color: 12664498.

HSL color Cylindrical-coordinate representation of color #B23EC1: hue angle of 293.13º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B23EC1 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17862193-
CMYK0.080.6800.24
HSL293.13º51.37%50%-
HSV(B)293.13º67.88%75.69%-
XYZ29.7116.7652.12-
YUV111.62173.93175.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 62 (24.61% from 255) = 14.32%
BLUE value IS 193 (75.78% from 255) = 44.57%
R=41.11%
G=14.32%
B=44.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178621930.080.6800.24293.1351.3750
HexB23EC18440181253332
Octal26276301101040304456362
Binary101100101111101100000110001000100011000100100101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23EC1; }

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

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

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

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

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

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

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

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