#B768BA

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

Shades of Fuchsia #B768BA

Tints of Fuchsia #B768BA

Color information

#B768BA (or 0xB768BA) is unknown color: approx Fuchsia. HEX triplet: B7, 68 and BA. RGB value is (183,104,186). Sum of RGB (Red+Green+Blue) = 183+104+186=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #B768BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768BA is #489745. Grayscale: #888888. Windows color (decimal): -4757318 or 12216503. OLE color: 12216503.

HSL color Cylindrical-coordinate representation of color #B768BA: hue angle of 297.8º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B768BA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183104186-
CMYK0.020.4400.27
HSL297.8º37.27%56.86%-
HSV(B)297.8º44.09%72.94%-
XYZ33.3423.5149.24-
YUV136.97155.67160.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=38.69%
G=21.99%
B=39.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831041860.020.4400.27297.837.2756.86
HexB768BA22C01B12a2539
Octal2671502722540334524571
Binary1011011111010001011101010101100011011100101010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B768BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B768BA; }

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

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

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

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

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

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

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

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