#B740AB

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

Shades of Fuchsia #B740AB

Tints of Fuchsia #B740AB

Color information

#B740AB (or 0xB740AB) is unknown color: approx Fuchsia. HEX triplet: B7, 40 and AB. RGB value is (183,64,171). Sum of RGB (Red+Green+Blue) = 183+64+171=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B740AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B740AB is #48BF54. Grayscale: #6F6F6F. Windows color (decimal): -4767573 or 11223223. OLE color: 11223223.

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

Color convert

RGB18364171-
CMYK00.650.070.28
HSL306.05º48.18%48.43%-
HSV(B)306.05º65.03%71.76%-
XYZ28.7116.6740.23-
YUV111.78161.42178.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 64 (25.39% from 255) = 15.31%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=43.78%
G=15.31%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836417100.650.070.28306.0548.1848.43
HexB740AB04171C1323030
Octal26710025301017344626060
Binary101101111000000101010110100000111111100100110010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B740AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B740AB; }

 p { color: rgb(183,64,171); }

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

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

 a { background-color: rgb(183,64,171); }

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

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

 span { border-color: rgb(183,64,171); }

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