#B73CB2

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

Shades of Fuchsia #B73CB2

Tints of Fuchsia #B73CB2

Color information

#B73CB2 (or 0xB73CB2) is unknown color: approx Fuchsia. HEX triplet: B7, 3C and B2. RGB value is (183,60,178). Sum of RGB (Red+Green+Blue) = 183+60+178=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B73CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73CB2 is #48C34D. Grayscale: #6D6D6D. Windows color (decimal): -4768590 or 11680951. OLE color: 11680951.

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

Color convert

RGB18360178-
CMYK00.670.030.28
HSL302.44º50.62%47.65%-
HSV(B)302.44º67.21%71.76%-
XYZ29.1816.5143.77-
YUV110.23166.25179.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 60 (23.83% from 255) = 14.25%
BLUE value IS 178 (69.92% from 255) = 42.28%
R=43.47%
G=14.25%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836017800.670.030.28302.4450.6247.65
HexB73CB204331C12e3330
Octal2677426201033344566360
Binary1011011111110010110010010000111111100100101110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73CB2; }

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

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

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

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

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

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

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

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