#B968BA

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

Shades of Fuchsia #B968BA

Tints of Fuchsia #B968BA

Color information

#B968BA (or 0xB968BA) is unknown color: approx Fuchsia. HEX triplet: B9, 68 and BA. RGB value is (185,104,186). Sum of RGB (Red+Green+Blue) = 185+104+186=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #B968BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B968BA is #469745. Grayscale: #898989. Windows color (decimal): -4626246 or 12216505. OLE color: 12216505.

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

Color convert

RGB185104186-
CMYK0.010.4400.27
HSL299.27º37.27%56.86%-
HSV(B)299.27º44.09%72.94%-
XYZ33.8223.7649.26-
YUV137.57155.34161.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 104 (41.02% from 255) = 21.89%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=38.95%
G=21.89%
B=39.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851041860.010.4400.27299.2737.2756.86
HexB968BA12C01B12b2539
Octal2711502721540334534571
Binary101110011101000101110101101100011011100101011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B968BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B968BA; }

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

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

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

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

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

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

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

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