#b848c4

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

Shades of Fuchsia #B848C4

Tints of Fuchsia #B848C4

Color information

#B848C4 (or 0xB848C4) is unknown color: approx Fuchsia. HEX triplet: B8, 48 and C4. RGB value is (184,72,196). Sum of RGB (Red+Green+Blue) = 184+72+196=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #B848C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848C4 is #47B73B. Grayscale: #777777. Windows color (decimal): -4699964 or 12863672. OLE color: 12863672.

HSL color Cylindrical-coordinate representation of color #B848C4: hue angle of 294.19º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B848C4 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18472196-
CMYK0.060.6300.23
HSL294.19º51.24%52.55%-
HSV(B)294.19º63.27%76.86%-
XYZ32.0518.8154.17-
YUV119.62171.11173.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 72 (28.52% from 255) = 15.93%
BLUE value IS 196 (76.95% from 255) = 43.36%
R=40.71%
G=15.93%
B=43.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184721960.060.6300.23294.1951.2452.55
HexB848C463F0171263335
Octal2701103046770274466365
Binary10111000100100011000100110111111010111100100110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b848c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b848c4; }

 p { color: rgb(184,72,196); }

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

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

 a { background-color: rgb(184,72,196); }

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

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

 span { border-color: rgb(184,72,196); }

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