#B728B2

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

Shades of Fuchsia #B728B2

Tints of Fuchsia #B728B2

Color information

#B728B2 (or 0xB728B2) is unknown color: approx Fuchsia. HEX triplet: B7, 28 and B2. RGB value is (183,40,178). Sum of RGB (Red+Green+Blue) = 183+40+178=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B728B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B728B2 is #48D74D. Grayscale: #626262. Windows color (decimal): -4773710 or 11675831. OLE color: 11675831.

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

Color convert

RGB18340178-
CMYK00.780.030.28
HSL302.1º64.13%43.73%-
HSV(B)302.1º78.14%71.76%-
XYZ28.3214.843.48-
YUV98.49172.88188.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 40 (16.02% from 255) = 9.98%
BLUE value IS 178 (69.92% from 255) = 44.39%
R=45.64%
G=9.98%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834017800.780.030.28302.164.1343.73
HexB728B204E31C12e402c
Octal26750262011633445610054
Binary10110111101000101100100100111011111001001011101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B728B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B728B2; }

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

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

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

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

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

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

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

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