#B726B6

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

Shades of Fuchsia #B726B6

Tints of Fuchsia #B726B6

Color information

#B726B6 (or 0xB726B6) is unknown color: approx Fuchsia. HEX triplet: B7, 26 and B6. RGB value is (183,38,182). Sum of RGB (Red+Green+Blue) = 183+38+182=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B726B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726B6 is #48D949. Grayscale: #616161. Windows color (decimal): -4774218 or 11937463. OLE color: 11937463.

HSL color Cylindrical-coordinate representation of color #B726B6: hue angle of 300.41º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B726B6 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18338182-
CMYK00.790.010.28
HSL300.41º65.61%43.33%-
HSV(B)300.41º79.23%71.76%-
XYZ28.6714.8345.61-
YUV97.77175.54188.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 38 (15.23% from 255) = 9.43%
BLUE value IS 182 (71.48% from 255) = 45.16%
R=45.41%
G=9.43%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833818200.790.010.28300.4165.6143.33
HexB726B604F11C12c422b
Octal26746266011713445410253
Binary1011011110011010110110010011111111001001011001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B726B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B726B6; }

 p { color: rgb(183,38,182); }

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

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

 a { background-color: rgb(183,38,182); }

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

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

 span { border-color: rgb(183,38,182); }

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