#B065BA

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

Shades of Fuchsia #B065BA

Tints of Fuchsia #B065BA

Color information

#B065BA (or 0xB065BA) is unknown color: approx Fuchsia. HEX triplet: B0, 65 and BA. RGB value is (176,101,186). Sum of RGB (Red+Green+Blue) = 176+101+186=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #B065BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065BA is #4F9A45. Grayscale: #848484. Windows color (decimal): -5216838 or 12215728. OLE color: 12215728.

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

Color convert

RGB176101186-
CMYK0.050.4600.27
HSL292.94º38.12%56.27%-
HSV(B)292.94º45.7%72.94%-
XYZ31.4222.0849.06-
YUV133.12157.85158.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 101 (39.84% from 255) = 21.81%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=38.01%
G=21.81%
B=40.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761011860.050.4600.27292.9438.1256.27
HexB065BA52E01B1252638
Octal2601452725560334454670
Binary10110000110010110111010101101110011011100100101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B065BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B065BA; }

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

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

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

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

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

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

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

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