#B967AE

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

Shades of Fuchsia #B967AE

Tints of Fuchsia #B967AE

Color information

#B967AE (or 0xB967AE) is unknown color: approx Fuchsia. HEX triplet: B9, 67 and AE. RGB value is (185,103,174). Sum of RGB (Red+Green+Blue) = 185+103+174=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B967AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B967AE is #469851. Grayscale: #878787. Windows color (decimal): -4626514 or 11429817. OLE color: 11429817.

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

Color convert

RGB185103174-
CMYK00.440.060.27
HSL308.05º36.94%56.47%-
HSV(B)308.05º44.32%72.55%-
XYZ32.523.0742.78-
YUV135.61149.67163.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=40.04%
G=22.29%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510317400.440.060.27308.0536.9456.47
HexB967AE02C61B1342538
Octal2711472560546334644570
Binary10111001110011110101110010110011011011100110100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967AE; }

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

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

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

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

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

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

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

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