#B852AD

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

Shades of Fuchsia #B852AD

Tints of Fuchsia #B852AD

Color information

#B852AD (or 0xB852AD) is unknown color: approx Fuchsia. HEX triplet: B8, 52 and AD. RGB value is (184,82,173). Sum of RGB (Red+Green+Blue) = 184+82+173=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B852AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B852AD is #47AD52. Grayscale: #7A7A7A. Windows color (decimal): -4697427 or 11358904. OLE color: 11358904.

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

Color convert

RGB18482173-
CMYK00.550.060.28
HSL306.47º41.8%52.16%-
HSV(B)306.47º55.43%72.16%-
XYZ30.3319.2441.65-
YUV122.87156.29171.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=41.91%
G=18.68%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848217300.550.060.28306.4741.852.16
HexB852AD03761C1322a34
Octal2701222550676344625264
Binary10111000101001010101101011011111011100100110010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B852AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B852AD; }

 p { color: rgb(184,82,173); }

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

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

 a { background-color: rgb(184,82,173); }

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

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

 span { border-color: rgb(184,82,173); }

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