#B966BB

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

Shades of Fuchsia #B966BB

Tints of Fuchsia #B966BB

Color information

#B966BB (or 0xB966BB) is unknown color: approx Fuchsia. HEX triplet: B9, 66 and BB. RGB value is (185,102,187). Sum of RGB (Red+Green+Blue) = 185+102+187=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #B966BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966BB is #469944. Grayscale: #888888. Windows color (decimal): -4626757 or 12281529. OLE color: 12281529.

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

Color convert

RGB185102187-
CMYK0.010.4500.27
HSL298.59º38.46%56.67%-
HSV(B)298.59º45.45%73.33%-
XYZ33.7323.449.75-
YUV136.51156.5162.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 102 (40.23% from 255) = 21.52%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=39.03%
G=21.52%
B=39.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851021870.010.4500.27298.5938.4656.67
HexB966BB12D01B12b2639
Octal2711462731550334534671
Binary101110011100110101110111101101011011100101011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B966BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B966BB; }

 p { color: rgb(185,102,187); }

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

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

 a { background-color: rgb(185,102,187); }

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

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

 span { border-color: rgb(185,102,187); }

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