#B968BF

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

Shades of Fuchsia #B968BF

Tints of Fuchsia #B968BF

Color information

#B968BF (or 0xB968BF) is unknown color: approx Fuchsia. HEX triplet: B9, 68 and BF. RGB value is (185,104,191). Sum of RGB (Red+Green+Blue) = 185+104+191=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #B968BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B968BF is #469740. Grayscale: #898989. Windows color (decimal): -4626241 or 12544185. OLE color: 12544185.

HSL color Cylindrical-coordinate representation of color #B968BF: hue angle of 295.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B968BF is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185104191-
CMYK0.030.4600.25
HSL295.86º40.47%57.84%-
HSV(B)295.86º45.55%74.9%-
XYZ34.3623.9852.11-
YUV138.14157.84161.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 104 (41.02% from 255) = 21.67%
BLUE value IS 191 (75% from 255) = 39.79%
R=38.54%
G=21.67%
B=39.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851041910.030.4600.25295.8640.4757.84
HexB968BF32E019128283a
Octal2711502773560314505072
Binary1011100111010001011111111101110011001100101000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B968BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B968BF; }

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

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

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

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

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

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

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

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