#B73BB3

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

Shades of Fuchsia #B73BB3

Tints of Fuchsia #B73BB3

Color information

#B73BB3 (or 0xB73BB3) is unknown color: approx Fuchsia. HEX triplet: B7, 3B and B3. RGB value is (183,59,179). Sum of RGB (Red+Green+Blue) = 183+59+179=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B73BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BB3 is #48C44C. Grayscale: #6D6D6D. Windows color (decimal): -4768845 or 11746231. OLE color: 11746231.

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

Color convert

RGB18359179-
CMYK00.680.020.28
HSL301.94º51.24%47.45%-
HSV(B)301.94º67.76%71.76%-
XYZ29.2316.4544.28-
YUV109.76167.08180.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 59 (23.44% from 255) = 14.01%
BLUE value IS 179 (70.31% from 255) = 42.52%
R=43.47%
G=14.01%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835917900.680.020.28301.9451.2447.45
HexB73BB304421C12e332f
Octal2677326301042344566357
Binary1011011111101110110011010001001011100100101110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73BB3; }

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

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

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

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

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

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

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

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