#B065B9

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

Shades of Fuchsia #B065B9

Tints of Fuchsia #B065B9

Color information

#B065B9 (or 0xB065B9) is unknown color: approx Fuchsia. HEX triplet: B0, 65 and B9. RGB value is (176,101,185). Sum of RGB (Red+Green+Blue) = 176+101+185=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #B065B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065B9 is #4F9A46. Grayscale: #848484. Windows color (decimal): -5216839 or 12150192. OLE color: 12150192.

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

Color convert

RGB176101185-
CMYK0.050.4500.27
HSL293.57º37.5%56.08%-
HSV(B)293.57º45.41%72.55%-
XYZ31.3222.0448.5-
YUV133157.35158.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 185 (72.66% from 255) = 40.04%
R=38.10%
G=21.86%
B=40.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761011850.050.4500.27293.5737.556.08
HexB065B952D01B1262638
Octal2601452715550334464670
Binary10110000110010110111001101101101011011100100110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B065B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B065B9; }

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

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

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

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

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

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

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

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