#B967C3

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

Shades of Fuchsia #B967C3

Tints of Fuchsia #B967C3

Color information

#B967C3 (or 0xB967C3) is unknown color: approx Fuchsia. HEX triplet: B9, 67 and C3. RGB value is (185,103,195). Sum of RGB (Red+Green+Blue) = 185+103+195=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #B967C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967C3 is #46983C. Grayscale: #898989. Windows color (decimal): -4626493 or 12806073. OLE color: 12806073.

HSL color Cylindrical-coordinate representation of color #B967C3: hue angle of 293.48º degrees, saturation: 0.43, 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 #B967C3 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185103195-
CMYK0.050.4700.24
HSL293.48º43.4%58.43%-
HSV(B)293.48º47.18%76.47%-
XYZ34.7123.9554.42-
YUV138.01160.17161.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 103 (40.62% from 255) = 21.33%
BLUE value IS 195 (76.56% from 255) = 40.37%
R=38.30%
G=21.33%
B=40.37%

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
Decimal1851031950.050.4700.24293.4843.458.43
HexB967C352F0181252b3a
Octal2711473035570304455372
Binary10111001110011111000011101101111011000100100101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967C3; }

 p { color: rgb(185,103,195); }

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

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

 a { background-color: rgb(185,103,195); }

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

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

 span { border-color: rgb(185,103,195); }

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