#B968B2

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

Shades of Fuchsia #B968B2

Tints of Fuchsia #B968B2

Color information

#B968B2 (or 0xB968B2) is unknown color: approx Fuchsia. HEX triplet: B9, 68 and B2. RGB value is (185,104,178). Sum of RGB (Red+Green+Blue) = 185+104+178=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B968B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B968B2 is #46974D. Grayscale: #888888. Windows color (decimal): -4626254 or 11692217. OLE color: 11692217.

HSL color Cylindrical-coordinate representation of color #B968B2: hue angle of 305.19º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B968B2 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB185104178-
CMYK00.440.040.27
HSL305.19º36.65%56.67%-
HSV(B)305.19º43.78%72.55%-
XYZ32.9923.4344.9-
YUV136.66151.34162.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 104 (41.02% from 255) = 22.27%
BLUE value IS 178 (69.92% from 255) = 38.12%
R=39.61%
G=22.27%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510417800.440.040.27305.1936.6556.67
HexB968B202C41B1312539
Octal2711502620544334614571
Binary10111001110100010110010010110010011011100110001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B968B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B968B2; }

 p { color: rgb(185,104,178); }

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

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

 a { background-color: rgb(185,104,178); }

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

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

 span { border-color: rgb(185,104,178); }

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