#B243BB

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

Shades of Fuchsia #B243BB

Tints of Fuchsia #B243BB

Color information

#B243BB (or 0xB243BB) is unknown color: approx Fuchsia. HEX triplet: B2, 43 and BB. RGB value is (178,67,187). Sum of RGB (Red+Green+Blue) = 178+67+187=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #B243BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B243BB is #4DBC44. Grayscale: #717171. Windows color (decimal): -5094469 or 12272562. OLE color: 12272562.

HSL color Cylindrical-coordinate representation of color #B243BB: hue angle of 295.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B243BB is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17867187-
CMYK0.050.6400.27
HSL295.5º47.24%49.8%-
HSV(B)295.5º64.17%73.33%-
XYZ29.3417.0748.76-
YUV113.87169.27173.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 67 (26.56% from 255) = 15.51%
BLUE value IS 187 (73.44% from 255) = 43.29%
R=41.20%
G=15.51%
B=43.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178671870.050.6400.27295.547.2449.8
HexB243BB54001B1282f32
Octal26210327351000334505762
Binary101100101000011101110111011000000011011100101000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B243BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B243BB; }

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

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

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

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

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

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

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

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