#B740B6

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

Shades of Fuchsia #B740B6

Tints of Fuchsia #B740B6

Color information

#B740B6 (or 0xB740B6) is unknown color: approx Fuchsia. HEX triplet: B7, 40 and B6. RGB value is (183,64,182). Sum of RGB (Red+Green+Blue) = 183+64+182=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B740B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740B6 is #48BF49. Grayscale: #707070. Windows color (decimal): -4767562 or 11944119. OLE color: 11944119.

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

Color convert

RGB18364182-
CMYK00.650.010.28
HSL300.5º48.18%48.43%-
HSV(B)300.5º65.03%71.76%-
XYZ29.8117.1145.99-
YUV113.03166.92177.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 64 (25.39% from 255) = 14.92%
BLUE value IS 182 (71.48% from 255) = 42.42%
R=42.66%
G=14.92%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836418200.650.010.28300.548.1848.43
HexB740B604111C12d3030
Octal26710026601011344556060
Binary1011011110000001011011001000001111100100101101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B740B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B740B6; }

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

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

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

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

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

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

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

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