#B748BE

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

Shades of Fuchsia #B748BE

Tints of Fuchsia #B748BE

Color information

#B748BE (or 0xB748BE) is unknown color: approx Fuchsia. HEX triplet: B7, 48 and BE. RGB value is (183,72,190). Sum of RGB (Red+Green+Blue) = 183+72+190=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #B748BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748BE is #48B741. Grayscale: #767676. Windows color (decimal): -4765506 or 12470455. OLE color: 12470455.

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

Color convert

RGB18372190-
CMYK0.040.6200.25
HSL296.44º47.58%51.37%-
HSV(B)296.44º62.11%74.51%-
XYZ31.1418.4250.63-
YUV118.64168.27173.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 72 (28.52% from 255) = 16.18%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=41.12%
G=16.18%
B=42.70%

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
Decimal183721900.040.6200.25296.4447.5851.37
HexB748BE43E0191283033
Octal2671102764760314506063
Binary10110111100100010111110100111110011001100101000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B748BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B748BE; }

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

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

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

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

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

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

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

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