#B867C1

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

Shades of Fuchsia #B867C1

Tints of Fuchsia #B867C1

Color information

#B867C1 (or 0xB867C1) is unknown color: approx Fuchsia. HEX triplet: B8, 67 and C1. RGB value is (184,103,193). Sum of RGB (Red+Green+Blue) = 184+103+193=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #B867C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B867C1 is #47983E. Grayscale: #898989. Windows color (decimal): -4692031 or 12675000. OLE color: 12675000.

HSL color Cylindrical-coordinate representation of color #B867C1: hue angle of 294º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B867C1 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184103193-
CMYK0.050.4700.24
HSL294º42.06%58.04%-
HSV(B)294º46.63%75.69%-
XYZ34.2423.7453.23-
YUV137.48159.34161.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.33%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 193 (75.78% from 255) = 40.21%
R=38.33%
G=21.46%
B=40.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841031930.050.4700.2429442.0658.04
HexB867C152F0181262a3a
Octal2701473015570304465272
Binary10111000110011111000001101101111011000100100110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B867C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B867C1; }

 p { color: rgb(184,103,193); }

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

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

 a { background-color: rgb(184,103,193); }

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

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

 span { border-color: rgb(184,103,193); }

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