#B65BAB

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

Shades of Fuchsia #B65BAB

Tints of Fuchsia #B65BAB

Color information

#B65BAB (or 0xB65BAB) is unknown color: approx Fuchsia. HEX triplet: B6, 5B and AB. RGB value is (182,91,171). Sum of RGB (Red+Green+Blue) = 182+91+171=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BAB is #49A454. Grayscale: #7F7F7F. Windows color (decimal): -4826197 or 11230134. OLE color: 11230134.

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

Color convert

RGB18291171-
CMYK00.50.060.29
HSL307.25º38.4%53.53%-
HSV(B)307.25º50%71.37%-
XYZ30.3820.3740.86-
YUV127.33152.65167-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=40.99%
G=20.50%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829117100.50.060.29307.2538.453.53
HexB65BAB03261D1332636
Octal2661332530626354634666
Binary10110110101101110101011011001011011101100110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BAB; }

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

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

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

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

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

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

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

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