#B969B4

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

Shades of Fuchsia #B969B4

Tints of Fuchsia #B969B4

Color information

#B969B4 (or 0xB969B4) is unknown color: approx Fuchsia. HEX triplet: B9, 69 and B4. RGB value is (185,105,180). Sum of RGB (Red+Green+Blue) = 185+105+180=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B969B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969B4 is #46964B. Grayscale: #898989. Windows color (decimal): -4625996 or 11823545. OLE color: 11823545.

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

Color convert

RGB185105180-
CMYK00.430.030.27
HSL303.75º36.36%56.86%-
HSV(B)303.75º43.24%72.55%-
XYZ33.323.7146-
YUV137.47152161.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 180 (70.70% from 255) = 38.30%
R=39.36%
G=22.34%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510518000.430.030.27303.7536.3656.86
HexB969B402B31B1302439
Octal2711512640533334604471
Binary1011100111010011011010001010111111011100110000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969B4; }

 p { color: rgb(185,105,180); }

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

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

 a { background-color: rgb(185,105,180); }

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

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

 span { border-color: rgb(185,105,180); }

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