#B368B8

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

Shades of Fuchsia #B368B8

Tints of Fuchsia #B368B8

Color information

#B368B8 (or 0xB368B8) is unknown color: approx Fuchsia. HEX triplet: B3, 68 and B8. RGB value is (179,104,184). Sum of RGB (Red+Green+Blue) = 179+104+184=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 184 - color contains mainly: blue. Hex color #B368B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B368B8 is #4C9747. Grayscale: #878787. Windows color (decimal): -5019464 or 12085427. OLE color: 12085427.

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

Color convert

RGB179104184-
CMYK0.030.4300.28
HSL296.25º36.04%56.47%-
HSV(B)296.25º43.48%72.16%-
XYZ32.1922.9548.08-
YUV135.54155.35159-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 104 (41.02% from 255) = 22.27%
BLUE value IS 184 (72.27% from 255) = 39.40%
R=38.33%
G=22.27%
B=39.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791041840.030.4300.28296.2536.0456.47
HexB368B832B01C1282438
Octal2631502703530344504470
Binary1011001111010001011100011101011011100100101000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B368B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B368B8; }

 p { color: rgb(179,104,184); }

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

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

 a { background-color: rgb(179,104,184); }

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

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

 span { border-color: rgb(179,104,184); }

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