#B96FC1

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

Shades of Fuchsia #B96FC1

Tints of Fuchsia #B96FC1

Color information

#B96FC1 (or 0xB96FC1) is unknown color: approx Fuchsia. HEX triplet: B9, 6F and C1. RGB value is (185,111,193). Sum of RGB (Red+Green+Blue) = 185+111+193=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #B96FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FC1 is #46903E. Grayscale: #8E8E8E. Windows color (decimal): -4624447 or 12677049. OLE color: 12677049.

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

Color convert

RGB185111193-
CMYK0.040.4200.24
HSL294.15º39.81%59.61%-
HSV(B)294.15º42.49%75.69%-
XYZ35.3225.5353.52-
YUV142.47156.52158.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 193 (75.78% from 255) = 39.47%
R=37.83%
G=22.70%
B=39.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851111930.040.4200.24294.1539.8159.61
HexB96FC142A018126283c
Octal2711573014520304465074
Binary10111001110111111000001100101010011000100100110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FC1; }

 p { color: rgb(185,111,193); }

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

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

 a { background-color: rgb(185,111,193); }

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

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

 span { border-color: rgb(185,111,193); }

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