#B652AA

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

Shades of Fuchsia #B652AA

Tints of Fuchsia #B652AA

Color information

#B652AA (or 0xB652AA) is unknown color: approx Fuchsia. HEX triplet: B6, 52 and AA. RGB value is (182,82,170). Sum of RGB (Red+Green+Blue) = 182+82+170=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B652AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B652AA is #49AD55. Grayscale: #797979. Windows color (decimal): -4828502 or 11162294. OLE color: 11162294.

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

Color convert

RGB18282170-
CMYK00.550.070.29
HSL307.2º40.65%51.76%-
HSV(B)307.2º54.95%71.37%-
XYZ29.5618.8840.12-
YUV121.93155.13170.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=41.94%
G=18.89%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828217000.550.070.29307.240.6551.76
HexB652AA03771D1332934
Octal2661222520677354635164
Binary10110110101001010101010011011111111101100110011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B652AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B652AA; }

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

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

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

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

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

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

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

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