#B243B8

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

Shades of Fuchsia #B243B8

Tints of Fuchsia #B243B8

Color information

#B243B8 (or 0xB243B8) is unknown color: approx Fuchsia. HEX triplet: B2, 43 and B8. RGB value is (178,67,184). Sum of RGB (Red+Green+Blue) = 178+67+184=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 184 - color contains mainly: blue. Hex color #B243B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B243B8 is #4DBC47. Grayscale: #717171. Windows color (decimal): -5094472 or 12075954. OLE color: 12075954.

HSL color Cylindrical-coordinate representation of color #B243B8: hue angle of 296.92º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B243B8 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17867184-
CMYK0.030.6400.28
HSL296.92º46.61%49.22%-
HSV(B)296.92º63.59%72.16%-
XYZ29.0216.9447.09-
YUV113.53167.77173.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 67 (26.56% from 255) = 15.62%
BLUE value IS 184 (72.27% from 255) = 42.89%
R=41.49%
G=15.62%
B=42.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178671840.030.6400.28296.9246.6149.22
HexB243B834001C1292f31
Octal26210327031000344515761
Binary10110010100001110111000111000000011100100101001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B243B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B243B8; }

 p { color: rgb(178,67,184); }

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

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

 a { background-color: rgb(178,67,184); }

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

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

 span { border-color: rgb(178,67,184); }

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