#B23FBE

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

Shades of Fuchsia #B23FBE

Tints of Fuchsia #B23FBE

Color information

#B23FBE (or 0xB23FBE) is unknown color: approx Fuchsia. HEX triplet: B2, 3F and BE. RGB value is (178,63,190). Sum of RGB (Red+Green+Blue) = 178+63+190=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #B23FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FBE is #4DC041. Grayscale: #6F6F6F. Windows color (decimal): -5095490 or 12468146. OLE color: 12468146.

HSL color Cylindrical-coordinate representation of color #B23FBE: hue angle of 294.33º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23FBE is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17863190-
CMYK0.060.6700.25
HSL294.33º50.2%49.61%-
HSV(B)294.33º66.84%74.51%-
XYZ29.4316.7450.39-
YUV111.86172.1175.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 63 (25% from 255) = 14.62%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=41.30%
G=14.62%
B=44.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178631900.060.6700.25294.3350.249.61
HexB23FBE6430191263232
Octal2627727661030314466262
Binary10110010111111101111101101000011011001100100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23FBE; }

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

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

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

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

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

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

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

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