#b748ba

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

Shades of Fuchsia #B748BA

Tints of Fuchsia #B748BA

Color information

#B748BA (or 0xB748BA) is unknown color: approx Fuchsia. HEX triplet: B7, 48 and BA. RGB value is (183,72,186). Sum of RGB (Red+Green+Blue) = 183+72+186=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #B748BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748BA is #48B745. Grayscale: #757575. Windows color (decimal): -4765510 or 12208311. OLE color: 12208311.

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

Color convert

RGB18372186-
CMYK0.020.6100.27
HSL298.42º45.24%50.59%-
HSV(B)298.42º61.29%72.94%-
XYZ30.7118.2548.36-
YUV118.18166.27174.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 72 (28.52% from 255) = 16.33%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=41.50%
G=16.33%
B=42.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183721860.020.6100.27298.4245.2450.59
HexB748BA23D01B12a2d33
Octal2671102722750334525563
Binary1011011110010001011101010111101011011100101010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b748ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b748ba; }

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

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

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

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

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

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

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

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