#B73BAF

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

Shades of Fuchsia #B73BAF

Tints of Fuchsia #B73BAF

Color information

#B73BAF (or 0xB73BAF) is unknown color: approx Fuchsia. HEX triplet: B7, 3B and AF. RGB value is (183,59,175). Sum of RGB (Red+Green+Blue) = 183+59+175=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B73BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73BAF is #48C450. Grayscale: #6C6C6C. Windows color (decimal): -4768849 or 11484087. OLE color: 11484087.

HSL color Cylindrical-coordinate representation of color #B73BAF: hue angle of 303.87º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73BAF is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB18359175-
CMYK00.680.040.28
HSL303.87º51.24%47.45%-
HSV(B)303.87º67.76%71.76%-
XYZ28.8316.2942.18-
YUV109.3165.08180.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 59 (23.44% from 255) = 14.15%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=43.88%
G=14.15%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835917500.680.040.28303.8751.2447.45
HexB73BAF04441C130332f
Octal2677325701044344606357
Binary10110111111011101011110100010010011100100110000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73BAF; }

 p { color: rgb(183,59,175); }

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

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

 a { background-color: rgb(183,59,175); }

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

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

 span { border-color: rgb(183,59,175); }

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