#B736AA

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

Shades of Fuchsia #B736AA

Tints of Fuchsia #B736AA

Color information

#B736AA (or 0xB736AA) is unknown color: approx Fuchsia. HEX triplet: B7, 36 and AA. RGB value is (183,54,170). Sum of RGB (Red+Green+Blue) = 183+54+170=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B736AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B736AA is #48C955. Grayscale: #696969. Windows color (decimal): -4770134 or 11155127. OLE color: 11155127.

HSL color Cylindrical-coordinate representation of color #B736AA: hue angle of 306.05º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B736AA is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18354170-
CMYK00.700.070.28
HSL306.05º54.43%46.47%-
HSV(B)306.05º70.49%71.76%-
XYZ28.115.6139.56-
YUV105.79164.24183.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 54 (21.48% from 255) = 13.27%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=44.96%
G=13.27%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835417000.700.070.28306.0554.4346.47
HexB736AA04671C132362e
Octal2676625201067344626656
Binary10110111110110101010100100011011111100100110010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B736AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B736AA; }

 p { color: rgb(183,54,170); }

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

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

 a { background-color: rgb(183,54,170); }

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

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

 span { border-color: rgb(183,54,170); }

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