#B768B5

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

Shades of Fuchsia #B768B5

Tints of Fuchsia #B768B5

Color information

#B768B5 (or 0xB768B5) is unknown color: approx Fuchsia. HEX triplet: B7, 68 and B5. RGB value is (183,104,181). Sum of RGB (Red+Green+Blue) = 183+104+181=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B768B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768B5 is #48974A. Grayscale: #888888. Windows color (decimal): -4757323 or 11888823. OLE color: 11888823.

HSL color Cylindrical-coordinate representation of color #B768B5: hue angle of 301.52º degrees, saturation: 0.35, 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 #B768B5 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183104181-
CMYK00.430.010.28
HSL301.52º35.43%56.27%-
HSV(B)301.52º43.17%71.76%-
XYZ32.8223.346.48-
YUV136.4153.17161.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 104 (41.02% from 255) = 22.22%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=39.10%
G=22.22%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310418100.430.010.28301.5235.4356.27
HexB768B502B11C12e2338
Octal2671502650531344564370
Binary101101111101000101101010101011111100100101110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B768B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B768B5; }

 p { color: rgb(183,104,181); }

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

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

 a { background-color: rgb(183,104,181); }

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

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

 span { border-color: rgb(183,104,181); }

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