#B969C0

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

Shades of Fuchsia #B969C0

Tints of Fuchsia #B969C0

Color information

#B969C0 (or 0xB969C0) is unknown color: approx Fuchsia. HEX triplet: B9, 69 and C0. RGB value is (185,105,192). Sum of RGB (Red+Green+Blue) = 185+105+192=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 192 - color contains mainly: blue. Hex color #B969C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969C0 is #46963F. Grayscale: #8A8A8A. Windows color (decimal): -4625984 or 12609977. OLE color: 12609977.

HSL color Cylindrical-coordinate representation of color #B969C0: hue angle of 295.17º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B969C0 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185105192-
CMYK0.040.4500.25
HSL295.17º40.85%58.24%-
HSV(B)295.17º45.31%75.29%-
XYZ34.5724.2252.72-
YUV138.84158160.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 192 (75.39% from 255) = 39.83%
R=38.38%
G=21.78%
B=39.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851051920.040.4500.25295.1740.8558.24
HexB969C042D019127293a
Octal2711513004550314475172
Binary10111001110100111000000100101101011001100100111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969C0; }

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

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

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

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

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

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

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

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