#B273B7

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

Shades of Fuchsia #B273B7

Tints of Fuchsia #B273B7

Color information

#B273B7 (or 0xB273B7) is unknown color: approx Fuchsia. HEX triplet: B2, 73 and B7. RGB value is (178,115,183). Sum of RGB (Red+Green+Blue) = 178+115+183=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 183 - color contains mainly: blue. Hex color #B273B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273B7 is #4D8C48. Grayscale: #8D8D8D. Windows color (decimal): -5082185 or 12022706. OLE color: 12022706.

HSL color Cylindrical-coordinate representation of color #B273B7: hue angle of 295.59º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B273B7 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB178115183-
CMYK0.030.3700.28
HSL295.59º32.08%58.43%-
HSV(B)295.59º37.16%71.76%-
XYZ33.0425.1547.91-
YUV141.59151.37153.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 115 (45.31% from 255) = 24.16%
BLUE value IS 183 (71.88% from 255) = 38.45%
R=37.39%
G=24.16%
B=38.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781151830.030.3700.28295.5932.0858.43
HexB273B732501C128203a
Octal2621632673450344504072
Binary1011001011100111011011111100101011100100101000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B273B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B273B7; }

 p { color: rgb(178,115,183); }

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

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

 a { background-color: rgb(178,115,183); }

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

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

 span { border-color: rgb(178,115,183); }

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