#B952B9

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

Shades of Fuchsia #B952B9

Tints of Fuchsia #B952B9

Color information

#B952B9 (or 0xB952B9) is unknown color: approx Fuchsia. HEX triplet: B9, 52 and B9. RGB value is (185,82,185). Sum of RGB (Red+Green+Blue) = 185+82+185=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B952B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952B9 is #46AD46. Grayscale: #7C7C7C. Windows color (decimal): -4631879 or 12145337. OLE color: 12145337.

HSL color Cylindrical-coordinate representation of color #B952B9: hue angle of 300º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B952B9 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18582185-
CMYK00.5600.27
HSL300º42.39%52.35%-
HSV(B)300º55.68%72.55%-
XYZ31.7819.8548.06-
YUV124.54162.12171.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 82 (32.42% from 255) = 18.14%
BLUE value IS 185 (72.66% from 255) = 40.93%
R=40.93%
G=18.14%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858218500.5600.2730042.3952.35
HexB952B903801B12c2a34
Octal2711222710700334545264
Binary101110011010010101110010111000011011100101100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B952B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B952B9; }

 p { color: rgb(185,82,185); }

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

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

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

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

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

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

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