#b754c4

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

Shades of Fuchsia #B754C4

Tints of Fuchsia #B754C4

Color information

#B754C4 (or 0xB754C4) is unknown color: approx Fuchsia. HEX triplet: B7, 54 and C4. RGB value is (183,84,196). Sum of RGB (Red+Green+Blue) = 183+84+196=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 196 - color contains mainly: blue. Hex color #B754C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754C4 is #48AB3B. Grayscale: #7E7E7E. Windows color (decimal): -4762428 or 12866743. OLE color: 12866743.

HSL color Cylindrical-coordinate representation of color #B754C4: hue angle of 293.04º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B754C4 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18384196-
CMYK0.070.5700.23
HSL293.04º48.7%54.9%-
HSV(B)293.04º57.14%76.86%-
XYZ32.6620.3954.44-
YUV126.37167.3168.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.52%
GREEN value IS 84 (33.20% from 255) = 18.14%
BLUE value IS 196 (76.95% from 255) = 42.33%
R=39.52%
G=18.14%
B=42.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal183841960.070.5700.23293.0448.754.9
HexB754C47390171253137
Octal2671243047710274456167
Binary10110111101010011000100111111001010111100100101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b754c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b754c4; }

 p { color: rgb(183,84,196); }

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

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

 a { background-color: rgb(183,84,196); }

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

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

 span { border-color: rgb(183,84,196); }

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