#B955BD

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

Shades of Fuchsia #B955BD

Tints of Fuchsia #B955BD

Color information

#B955BD (or 0xB955BD) is unknown color: approx Fuchsia. HEX triplet: B9, 55 and BD. RGB value is (185,85,189). Sum of RGB (Red+Green+Blue) = 185+85+189=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #B955BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955BD is #46AA42. Grayscale: #7E7E7E. Windows color (decimal): -4631107 or 12408249. OLE color: 12408249.

HSL color Cylindrical-coordinate representation of color #B955BD: hue angle of 297.69º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B955BD is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18585189-
CMYK0.020.5500.26
HSL297.69º44.07%53.73%-
HSV(B)297.69º55.03%74.12%-
XYZ32.4420.4950.39-
YUV126.76163.13169.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 189 (74.22% from 255) = 41.18%
R=40.31%
G=18.52%
B=41.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185851890.020.5500.26297.6944.0753.73
HexB955BD23701A12a2c36
Octal2711252752670324525466
Binary1011100110101011011110110110111011010100101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B955BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B955BD; }

 p { color: rgb(185,85,189); }

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

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

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

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

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

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

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