#B965AD

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

Shades of Fuchsia #B965AD

Tints of Fuchsia #B965AD

Color information

#B965AD (or 0xB965AD) is unknown color: approx Fuchsia. HEX triplet: B9, 65 and AD. RGB value is (185,101,173). Sum of RGB (Red+Green+Blue) = 185+101+173=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B965AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B965AD is #469A52. Grayscale: #868686. Windows color (decimal): -4627027 or 11363769. OLE color: 11363769.

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

Color convert

RGB185101173-
CMYK00.450.060.27
HSL308.57º37.5%56.08%-
HSV(B)308.57º45.41%72.55%-
XYZ32.222.6442.21-
YUV134.32149.83164.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 101 (39.84% from 255) = 22.00%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=40.31%
G=22.00%
B=37.69%

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
Decimal18510117300.450.060.27308.5737.556.08
HexB965AD02D61B1352638
Octal2711452550556334654670
Binary10111001110010110101101010110111011011100110101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B965AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B965AD; }

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

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

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

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

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

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

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

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