#B728B4

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

Shades of Fuchsia #B728B4

Tints of Fuchsia #B728B4

Color information

#B728B4 (or 0xB728B4) is unknown color: approx Fuchsia. HEX triplet: B7, 28 and B4. RGB value is (183,40,180). Sum of RGB (Red+Green+Blue) = 183+40+180=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B728B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728B4 is #48D74B. Grayscale: #626262. Windows color (decimal): -4773708 or 11806903. OLE color: 11806903.

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

Color convert

RGB18340180-
CMYK00.780.020.28
HSL301.26º64.13%43.73%-
HSV(B)301.26º78.14%71.76%-
XYZ28.5314.8844.55-
YUV98.72173.88188.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 40 (16.02% from 255) = 9.93%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=45.41%
G=9.93%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834018000.780.020.28301.2664.1343.73
HexB728B404E21C12d402c
Octal26750264011623445510054
Binary10110111101000101101000100111010111001001011011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B728B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B728B4; }

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

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

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

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

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

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

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

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