#B961B3

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

Shades of Fuchsia #B961B3

Tints of Fuchsia #B961B3

Color information

#B961B3 (or 0xB961B3) is unknown color: approx Fuchsia. HEX triplet: B9, 61 and B3. RGB value is (185,97,179). Sum of RGB (Red+Green+Blue) = 185+97+179=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B961B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961B3 is #469E4C. Grayscale: #848484. Windows color (decimal): -4628045 or 11755961. OLE color: 11755961.

HSL color Cylindrical-coordinate representation of color #B961B3: hue angle of 304.09º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B961B3 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18597179-
CMYK00.480.030.27
HSL304.09º38.6%55.29%-
HSV(B)304.09º47.57%72.55%-
XYZ32.4222.1245.21-
YUV132.66154.15165.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 97 (38.28% from 255) = 21.04%
BLUE value IS 179 (70.31% from 255) = 38.83%
R=40.13%
G=21.04%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859717900.480.030.27304.0938.655.29
HexB961B303031B1302737
Octal2711412630603334604767
Binary1011100111000011011001101100001111011100110000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961B3; }

 p { color: rgb(185,97,179); }

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

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

 a { background-color: rgb(185,97,179); }

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

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

 span { border-color: rgb(185,97,179); }

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