#B968B0

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

Shades of Fuchsia #B968B0

Tints of Fuchsia #B968B0

Color information

#B968B0 (or 0xB968B0) is unknown color: approx Fuchsia. HEX triplet: B9, 68 and B0. RGB value is (185,104,176). Sum of RGB (Red+Green+Blue) = 185+104+176=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B968B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B968B0 is #46974F. Grayscale: #888888. Windows color (decimal): -4626256 or 11561145. OLE color: 11561145.

HSL color Cylindrical-coordinate representation of color #B968B0: hue angle of 306.67º 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 #B968B0 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB185104176-
CMYK00.440.050.27
HSL306.67º36.65%56.67%-
HSV(B)306.67º43.78%72.55%-
XYZ32.7923.3543.85-
YUV136.43150.34162.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 104 (41.02% from 255) = 22.37%
BLUE value IS 176 (69.14% from 255) = 37.85%
R=39.78%
G=22.37%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510417600.440.050.27306.6736.6556.67
HexB968B002C51B1332539
Octal2711502600545334634571
Binary10111001110100010110000010110010111011100110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B968B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B968B0; }

 p { color: rgb(185,104,176); }

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

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

 a { background-color: rgb(185,104,176); }

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

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

 span { border-color: rgb(185,104,176); }

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