#B73BB1

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

Shades of Fuchsia #B73BB1

Tints of Fuchsia #B73BB1

Color information

#B73BB1 (or 0xB73BB1) is unknown color: approx Fuchsia. HEX triplet: B7, 3B and B1. RGB value is (183,59,177). Sum of RGB (Red+Green+Blue) = 183+59+177=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B73BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73BB1 is #48C44E. Grayscale: #6D6D6D. Windows color (decimal): -4768847 or 11615159. OLE color: 11615159.

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

Color convert

RGB18359177-
CMYK00.680.030.28
HSL302.9º51.24%47.45%-
HSV(B)302.9º67.76%71.76%-
XYZ29.0316.3743.22-
YUV109.53166.08180.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 59 (23.44% from 255) = 14.08%
BLUE value IS 177 (69.53% from 255) = 42.24%
R=43.68%
G=14.08%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835917700.680.030.28302.951.2447.45
HexB73BB104431C12f332f
Octal2677326101043344576357
Binary1011011111101110110001010001001111100100101111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73BB1; }

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

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

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

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

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

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

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

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