#B65BAC

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

Shades of Fuchsia #B65BAC

Tints of Fuchsia #B65BAC

Color information

#B65BAC (or 0xB65BAC) is unknown color: approx Fuchsia. HEX triplet: B6, 5B and AC. RGB value is (182,91,172). Sum of RGB (Red+Green+Blue) = 182+91+172=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BAC is #49A453. Grayscale: #7F7F7F. Windows color (decimal): -4826196 or 11295670. OLE color: 11295670.

HSL color Cylindrical-coordinate representation of color #B65BAC: hue angle of 306.59º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B65BAC is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18291172-
CMYK00.50.050.29
HSL306.59º38.4%53.53%-
HSV(B)306.59º50%71.37%-
XYZ30.4820.4141.36-
YUV127.44153.15166.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 91 (35.94% from 255) = 20.45%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=40.90%
G=20.45%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829117200.50.050.29306.5938.453.53
HexB65BAC03251D1332636
Octal2661332540625354634666
Binary10110110101101110101100011001010111101100110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BAC; }

 p { color: rgb(182,91,172); }

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

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

 a { background-color: rgb(182,91,172); }

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

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

 span { border-color: rgb(182,91,172); }

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