#B965BA

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

Shades of Fuchsia #B965BA

Tints of Fuchsia #B965BA

Color information

#B965BA (or 0xB965BA) is unknown color: approx Fuchsia. HEX triplet: B9, 65 and BA. RGB value is (185,101,186). Sum of RGB (Red+Green+Blue) = 185+101+186=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #B965BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965BA is #469A45. Grayscale: #878787. Windows color (decimal): -4627014 or 12215737. OLE color: 12215737.

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

Color convert

RGB185101186-
CMYK0.010.4600.27
HSL299.29º38.12%56.27%-
HSV(B)299.29º45.7%72.94%-
XYZ33.5223.1749.16-
YUV135.81156.33163.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 101 (39.84% from 255) = 21.40%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=39.19%
G=21.40%
B=39.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851011860.010.4600.27299.2938.1256.27
HexB965BA12E01B12b2638
Octal2711452721560334534670
Binary101110011100101101110101101110011011100101011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B965BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B965BA; }

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

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

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

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

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

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

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

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