#B652AB

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

Shades of Fuchsia #B652AB

Tints of Fuchsia #B652AB

Color information

#B652AB (or 0xB652AB) is unknown color: approx Fuchsia. HEX triplet: B6, 52 and AB. RGB value is (182,82,171). Sum of RGB (Red+Green+Blue) = 182+82+171=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B652AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B652AB is #49AD54. Grayscale: #797979. Windows color (decimal): -4828501 or 11227830. OLE color: 11227830.

HSL color Cylindrical-coordinate representation of color #B652AB: hue angle of 306.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B652AB is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18282171-
CMYK00.550.060.29
HSL306.6º40.65%51.76%-
HSV(B)306.6º54.95%71.37%-
XYZ29.6618.9240.62-
YUV122.05155.63170.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 82 (32.42% from 255) = 18.85%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=41.84%
G=18.85%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828217100.550.060.29306.640.6551.76
HexB652AB03761D1332934
Octal2661222530676354635164
Binary10110110101001010101011011011111011101100110011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B652AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B652AB; }

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

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

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

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

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

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

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

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