#B06FBC

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

Shades of Fuchsia #B06FBC

Tints of Fuchsia #B06FBC

Color information

#B06FBC (or 0xB06FBC) is unknown color: approx Fuchsia. HEX triplet: B0, 6F and BC. RGB value is (176,111,188). Sum of RGB (Red+Green+Blue) = 176+111+188=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #B06FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FBC is #4F9043. Grayscale: #8A8A8A. Windows color (decimal): -5214276 or 12349360. OLE color: 12349360.

HSL color Cylindrical-coordinate representation of color #B06FBC: hue angle of 290.65º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06FBC is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176111188-
CMYK0.060.4100.26
HSL290.65º36.49%58.63%-
HSV(B)290.65º40.96%73.73%-
XYZ32.6724.2350.53-
YUV139.21155.53154.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=37.05%
G=23.37%
B=39.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761111880.060.4100.26290.6536.4958.63
HexB06FBC62901A123243b
Octal2601572746510324434473
Binary10110000110111110111100110101001011010100100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06FBC; }

 p { color: rgb(176,111,188); }

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

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

 a { background-color: rgb(176,111,188); }

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

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

 span { border-color: rgb(176,111,188); }

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