#B748BF

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

Shades of Fuchsia #B748BF

Tints of Fuchsia #B748BF

Color information

#B748BF (or 0xB748BF) is unknown color: approx Fuchsia. HEX triplet: B7, 48 and BF. RGB value is (183,72,191). Sum of RGB (Red+Green+Blue) = 183+72+191=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #B748BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748BF is #48B740. Grayscale: #767676. Windows color (decimal): -4765505 or 12535991. OLE color: 12535991.

HSL color Cylindrical-coordinate representation of color #B748BF: hue angle of 295.97º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B748BF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18372191-
CMYK0.040.6200.25
HSL295.97º48.18%51.57%-
HSV(B)295.97º62.3%74.9%-
XYZ31.2518.4651.21-
YUV118.76168.77173.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 72 (28.52% from 255) = 16.14%
BLUE value IS 191 (75% from 255) = 42.83%
R=41.03%
G=16.14%
B=42.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183721910.040.6200.25295.9748.1851.57
HexB748BF43E0191283034
Octal2671102774760314506064
Binary10110111100100010111111100111110011001100101000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B748BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B748BF; }

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

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

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

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

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

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

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

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