#B73AAB

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

Shades of Fuchsia #B73AAB

Tints of Fuchsia #B73AAB

Color information

#B73AAB (or 0xB73AAB) is unknown color: approx Fuchsia. HEX triplet: B7, 3A and AB. RGB value is (183,58,171). Sum of RGB (Red+Green+Blue) = 183+58+171=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B73AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73AAB is #48C554. Grayscale: #6B6B6B. Windows color (decimal): -4769109 or 11221687. OLE color: 11221687.

HSL color Cylindrical-coordinate representation of color #B73AAB: hue angle of 305.76º degrees, saturation: 0.52, 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 #B73AAB is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18358171-
CMYK00.680.070.28
HSL305.76º51.87%47.25%-
HSV(B)305.76º68.31%71.76%-
XYZ28.3916.0340.13-
YUV108.26163.41181.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 58 (23.05% from 255) = 14.08%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=44.42%
G=14.08%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835817100.680.070.28305.7651.8747.25
HexB73AAB04471C132342f
Octal2677225301047344626457
Binary10110111111010101010110100010011111100100110010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73AAB; }

 p { color: rgb(183,58,171); }

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

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

 a { background-color: rgb(183,58,171); }

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

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

 span { border-color: rgb(183,58,171); }

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