#B965AE

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

Shades of Fuchsia #B965AE

Tints of Fuchsia #B965AE

Color information

#B965AE (or 0xB965AE) is unknown color: approx Fuchsia. HEX triplet: B9, 65 and AE. RGB value is (185,101,174). Sum of RGB (Red+Green+Blue) = 185+101+174=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B965AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B965AE is #469A51. Grayscale: #868686. Windows color (decimal): -4627026 or 11429305. OLE color: 11429305.

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

Color convert

RGB185101174-
CMYK00.450.060.27
HSL307.86º37.5%56.08%-
HSV(B)307.86º45.41%72.55%-
XYZ32.322.6842.72-
YUV134.44150.33164.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 101 (39.84% from 255) = 21.96%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=40.22%
G=21.96%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510117400.450.060.27307.8637.556.08
HexB965AE02D61B1342638
Octal2711452560556334644670
Binary10111001110010110101110010110111011011100110100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B965AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B965AE; }

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

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

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

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

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

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

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

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