#B967BF

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

Shades of Fuchsia #B967BF

Tints of Fuchsia #B967BF

Color information

#B967BF (or 0xB967BF) is unknown color: approx Fuchsia. HEX triplet: B9, 67 and BF. RGB value is (185,103,191). Sum of RGB (Red+Green+Blue) = 185+103+191=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #B967BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967BF is #469840. Grayscale: #898989. Windows color (decimal): -4626497 or 12543929. OLE color: 12543929.

HSL color Cylindrical-coordinate representation of color #B967BF: hue angle of 295.91º degrees, saturation: 0.41, 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 #B967BF is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185103191-
CMYK0.030.4600.25
HSL295.91º40.74%57.65%-
HSV(B)295.91º46.07%74.9%-
XYZ34.2623.7852.07-
YUV137.55158.17161.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 103 (40.62% from 255) = 21.50%
BLUE value IS 191 (75% from 255) = 39.87%
R=38.62%
G=21.50%
B=39.87%

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
Decimal1851031910.030.4600.25295.9140.7457.65
HexB967BF32E019128293a
Octal2711472773560314505172
Binary1011100111001111011111111101110011001100101000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967BF; }

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

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

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

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

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

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

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

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