#B961B8

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

Shades of Fuchsia #B961B8

Tints of Fuchsia #B961B8

Color information

#B961B8 (or 0xB961B8) is unknown color: approx Fuchsia. HEX triplet: B9, 61 and B8. RGB value is (185,97,184). Sum of RGB (Red+Green+Blue) = 185+97+184=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B961B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961B8 is #469E47. Grayscale: #848484. Windows color (decimal): -4628040 or 12083641. OLE color: 12083641.

HSL color Cylindrical-coordinate representation of color #B961B8: hue angle of 300.68º 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 #B961B8 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18597184-
CMYK00.480.010.27
HSL300.68º38.6%55.29%-
HSV(B)300.68º47.57%72.55%-
XYZ32.9322.3247.92-
YUV133.23156.65164.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 97 (38.28% from 255) = 20.82%
BLUE value IS 184 (72.27% from 255) = 39.48%
R=39.70%
G=20.82%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859718400.480.010.27300.6838.655.29
HexB961B803011B12d2737
Octal2711412700601334554767
Binary101110011100001101110000110000111011100101101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961B8; }

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

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

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

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

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

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

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

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