#B952B7

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

Shades of Fuchsia #B952B7

Tints of Fuchsia #B952B7

Color information

#B952B7 (or 0xB952B7) is unknown color: approx Fuchsia. HEX triplet: B9, 52 and B7. RGB value is (185,82,183). Sum of RGB (Red+Green+Blue) = 185+82+183=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B952B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952B7 is #46AD48. Grayscale: #7C7C7C. Windows color (decimal): -4631881 or 12014265. OLE color: 12014265.

HSL color Cylindrical-coordinate representation of color #B952B7: hue angle of 301.17º 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 #B952B7 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18582183-
CMYK00.560.010.27
HSL301.17º42.39%52.35%-
HSV(B)301.17º55.68%72.55%-
XYZ31.5719.7746.95-
YUV124.31161.12171.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 82 (32.42% from 255) = 18.22%
BLUE value IS 183 (71.88% from 255) = 40.67%
R=41.11%
G=18.22%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858218300.560.010.27301.1742.3952.35
HexB952B703811B12d2a34
Octal2711222670701334555264
Binary101110011010010101101110111000111011100101101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B952B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B952B7; }

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

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

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

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

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

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

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

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