#B740BA

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

Shades of Fuchsia #B740BA

Tints of Fuchsia #B740BA

Color information

#B740BA (or 0xB740BA) is unknown color: approx Fuchsia. HEX triplet: B7, 40 and BA. RGB value is (183,64,186). Sum of RGB (Red+Green+Blue) = 183+64+186=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #B740BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740BA is #48BF45. Grayscale: #717171. Windows color (decimal): -4767558 or 12206263. OLE color: 12206263.

HSL color Cylindrical-coordinate representation of color #B740BA: hue angle of 298.52º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B740BA is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18364186-
CMYK0.020.6600.27
HSL298.52º48.8%49.02%-
HSV(B)298.52º65.59%72.94%-
XYZ30.2217.2848.2-
YUV113.49168.92177.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 64 (25.39% from 255) = 14.78%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=42.26%
G=14.78%
B=42.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183641860.020.6600.27298.5248.849.02
HexB740BA24201B12b3131
Octal26710027221020334536161
Binary10110111100000010111010101000010011011100101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B740BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B740BA; }

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

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

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

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

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

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

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

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